QuickCart is an open-source Next.js eCommerce frontend project.
It provides a modern, fast and customizable shopping UI.
This repo is frontend only – contributors can improve the design, add new pages, animations and more.
- Built with Next.js + Tailwind CSS
- Responsive design
- Reusable components
- Customizable layouts and colors
- Open for contributions (UI/UX, animations, themes, layouts etc.)
-
Clone the repo
git clone https://github.com/GreatStackDev/QuickCart.git cd QuickCart -
Install dependencies
npm install
-
Run locally
npm run dev
Build the Docker image:
docker build -t quickcart-prod .
Run the container:
docker run -p 3000:3000 quickcart-prod
Then open:
http://localhost:3000
## Contributing
We welcome all kinds of contributions! You can:
- Create new pages
- Improve layouts
- Add animations and transitions
- Enhance responsiveness
- Refactor components
- Suggest new UI/UX ideas
- Add themes or color variations
- Introduce accessibility improvements
- Add filtering/search features
- Improve documentation
Check out [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
---
## License
This project is licensed under the **MIT License**.
---
## 🌟 Contributors
Thanks to everyone who contributes to **QuickCart**!