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.
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.
| 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 | — |
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)
Frontend
Backend
Database & Tools
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
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 itFlask backend projects:
cd project-name
pip install -r requirements.txt
python app.py
# → Open http://localhost:5000PHP + MySQL projects:
# Requires XAMPP or WAMP
# Place project folder in htdocs/
# Import the .sql file via phpMyAdmin
# Open http://localhost/project-name- 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)
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-contributionCheck open issues — especially good first issue tags for beginners.
| 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 |
MIT © Meet Maru
Built by Meet Maru · Full-Stack & AI Developer · Mumbai, India · Open to Internships
Star ⭐ if any of this helped you build something real.