SoleSphere is a modern shoe‑ecommerce platform that offers a seamless shopping experience, built with HTML,CSS and JavaScript.
- Browse shoe products with filters and categories
- Full shopping cart and checkout flow
- User authentication and profiles
- Admin dashboard for product and order management
- Frontend: React, Tailwind CSS
- Backend: Node.js + Express API
- Database: MongoDB
- Deployment: Vercel, Heroku or similar
git clone https://github.com/rao-shreya/SoleSphere.git
cd SoleSphere
npm install # both client and server
cd client && npm install
cd ../server && npm install