QuickClick is a dynamic E-Commerce platform built using the MERN stack, designed to provide users with an efficient and enjoyable online shopping experience🛒.
(🚧 Under Construction! 🚧)
QuickClick leverages the following technologies:
- React.js
- Styled-Components for styling
- Axios for API integration
- Node.js with Express.js
- MongoDB for data storage
- JWT authentication
git clone https://github.com/Osamashaikh90/QuickClick.gitInstall dependencies for the server and client:
cd server && npm install
cd client && npm installCreate config.env file in backend folder and Fill your .env variables:
MONGODB_URL=
JWT_SECRET=
API_SECRET =Run React server from Client folder :
npm run devSimultaneously Run Node.js Server :
node server.js- User registration and authentication
- Product search and browsing
- Shopping cart functionality
- Secure payment processing
- Innovative OTP functionality for password recovery(under working)
For questions, feedback, or support, please contact us at [shaikhosama499@gmail.com].



