Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.47 KB

File metadata and controls

80 lines (54 loc) · 1.47 KB

QuickCart - A simple eCommerce website

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.


Features

  • Built with Next.js + Tailwind CSS
  • Responsive design
  • Reusable components
  • Customizable layouts and colors
  • Open for contributions (UI/UX, animations, themes, layouts etc.)

Getting Started

  1. Clone the repo

    git clone https://github.com/GreatStackDev/QuickCart.git
    cd QuickCart
  2. Install dependencies

    npm install
  3. Run locally

    npm run dev

🐳 Run with Docker (Production)

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**!