Skip to content

ivengexnce/FullStack_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

🌐 Full Stack Projects — Meet Maru

End-to-end web applications built with modern full-stack fundamentals — Flask backends, responsive frontends, MySQL databases, and real-world use cases. By an AI & ML Engineering student from Mumbai, India.

HTML5 CSS3 JavaScript Flask MySQL License Stars PRs Welcome


👨‍💻 About This Repository

This is my full-stack web development portfolio — projects that go beyond frontend tutorials into real, working applications with backends, databases, authentication, and user-facing products.

I'm Meet Maru, a CSE (AI & ML) student at VIVA Institute of Technology, Mumbai. My web development journey started with raw HTML, CSS, and JavaScript — and has evolved into building Flask APIs, database-connected platforms, and AI-powered web products.

Every project here was built to solve a real problem, for real users.

Stack philosophy: Start with fundamentals. Master the basics before the framework. Every project here reflects that — clean HTML, vanilla JS where possible, Flask when a backend is needed, MySQL for data persistence.


🗂️ Projects

Project What it does Stack Impact Status Link
C-Thriftier Clothing swap platform — users exchange, donate, or request clothes. Promotes sustainable fashion and reduces textile waste. HTML · CSS · JS · PHP · MySQL Sustainability · Community ✅ Complete Repo →
OrbitX (portfolio) Interactive space learning platform with user authentication, structured learning modules, and modern UI HTML · CSS · JS · Flask EdTech · Space ✅ Complete Portfolio →
More coming SaaS tools, dashboards, AI-powered web apps Flask · JS · MySQL 🔧 In Progress

⭐ Spotlight — C-Thriftier

My first real web project. Built in 2025. No React, no fancy framework — just HTML, CSS, JavaScript, and the determination to ship something real.

What it is: A community-based clothing exchange platform. Users upload items they no longer need, browse what others have listed, and arrange swaps — reducing fast fashion waste one exchange at a time.

What it taught me:

  • Designing database schemas for real user interactions
  • Building forms and user flows without a UI framework
  • Debugging PHP + MySQL integrations from scratch
  • The difference between following tutorials and actually building

Why it matters: The fashion industry is one of the largest polluters in the world. C-Thriftier is a small but real attempt to change that — community by community.

Stack: HTML5 · CSS3 · JavaScript · PHP · MySQL (phpMyAdmin)

View full project →


🛠️ Tech Stack

Frontend

HTML5 CSS3 JavaScript Responsive Design

Backend

Flask PHP Python

Database & Tools

MySQL MongoDB Git Figma


📁 Repository Structure

Full_Stack-Projects/
├── c-thriftier/               # Sustainable clothing swap platform
│   ├── index.html
│   ├── style.css
│   ├── script.js
│   ├── backend/               # PHP + MySQL
│   └── README.md
├── orbitx/                    # Space learning platform
│   ├── frontend/
│   ├── backend/               # Flask
│   └── README.md
└── README.md                  # This file

🚀 How to Run Any Project

Frontend-only projects (HTML/CSS/JS):

git clone https://github.com/ivengexnce/Full_Stack-Projects.git
cd Full_Stack-Projects/project-name
# Open index.html in your browser — that's it

Flask backend projects:

cd project-name
pip install -r requirements.txt
python app.py
# → Open http://localhost:5000

PHP + MySQL projects:

# Requires XAMPP or WAMP
# Place project folder in htdocs/
# Import the .sql file via phpMyAdmin
# Open http://localhost/project-name

🌱 Currently Building Toward

  • Flask + React SaaS — combining Python backend with modern frontend
  • AI-powered web apps — integrating ML models directly into web products
  • REST API design — building clean, documented APIs (building on SentiFlow)
  • Full auth systems — JWT, sessions, OAuth
  • Deployment — Vercel (frontend) + Railway/Render (Flask backend)

🤝 Contributing

Found a bug? Have a feature idea? Contributions are welcome at all levels.

# Fork → Branch → Build → PR
git checkout -b feature/your-contribution
git commit -m "feat: describe what you added"
git push origin feature/your-contribution

Check open issues — especially good first issue tags for beginners.


🔗 More From Me

Repo What's inside
AI_Projects Computer vision, NLP, emotion detection, LLMs
ML_Projects End-to-end machine learning pipelines
Python_Projects Automation, GUI tools, beginner-friendly Python
SentiFlow Production sentiment API — Docker + AWS + CI/CD
DevLens Browser extension for developer productivity

📄 License

MIT © Meet Maru


Built by Meet Maru · Full-Stack & AI Developer · Mumbai, India · Open to Internships

Portfolio LinkedIn

Star ⭐ if any of this helped you build something real.

About

Full-stack web apps with real-world impact — C-Thriftier (sustainable clothing swap platform) & OrbitX (space EdTech learning portal). Stack: HTML5 · CSS3 · JavaScript · Flask · PHP · MySQL · MongoDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors