SoleSphere is a web application designed for buying shoes online. It offers a user-friendly interface and a range of features to enhance the shopping experience.
Check out the live demo of SoleSphere at SoleSphere Live Demo.
- Admin Dashboard:
- Email: [email protected]
- Password: 123
- Cart: Users can add desired shoes to their cart for convenient checkout.
- Filters: Seamless filtering options enable users to narrow down their search based on various criteria such as size, category, brand, etc.
- Search: A robust search functionality allows users to quickly find specific shoes.
- Admin Dashboard: Administrators can manage inventory, track orders, and perform various administrative tasks through the dedicated dashboard.
- Responsive Design: The website is designed to be responsive, providing an optimal viewing experience across a wide range of devices, from mobile phones to desktop computers.
- React.js
- Node.js
- Express.js
- MongoDB
- Tailwind CSS
To run this project locally, follow these steps:
- Clone the repository.
- Navigate to the project directory in your terminal.
- Install dependencies by running
npm install
in both the client and server directories. - Start the server by running
npm start
in the server directory. - Start the client by running
npm start
in the client directory. - Access the application at
http://localhost:3000
.