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
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 for guidelines.
This project is licensed under the MIT License.
Thanks to everyone who contributes to QuickCart!