A complete e-commerce web application that sells technology products. It is just a showcase website, not meant to sell products in real life. It has a responsive design and features everything a complete shop website would have.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express.js, MongoDB
- Node.js
- npm
To run this project on your local machine, follow these steps:
- Clone the repository
- Go to the
client
directory of the project - Run
npm i
to install the frontend dependencies - Go to the
server
directory and runnpm i
again to install the server dependencies - In the
client
directory, runnpm run dev
to start the frontend - In the
server
directory, runnpm start
to start the backend - Visit http://127.0.0.1:5173/ to access the app
This project is still in development mode and improvements are being made regularly.