A Full-fledged e-commerce website designed using Figma and built using Next.js, Nextauth, Redux, Tailwind CSS, MongoDB
- Responsive
- Real Time and Dynamic
- Progressive Web App (PWA)
- Payment Gateway integration
- Admin Panel with functionalities like add product, delete product, update product, add category, view users registered, update order status and cancel order
- State management using Redux
- Google authentication
- Track order status real time
- Cancel order
Clone the project
git clone https://github.com/Pinqua/Radon.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev
Contributions are always welcome!
Data inserted in the database was pulled form fakeStoreAPI to kickstart the project.