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.
To run this project on your local machine, follow these steps:
client
directory of the projectnpm i
to install the frontend dependenciesserver
directory and run npm i
again to install the server dependenciesclient
directory, run npm run dev
to start the frontendserver
directory, run npm start
to start the backendThis project is still in development mode and improvements are being made regularly.