Vervo Shop is an e-commerce platform built using Next.js, focusing on performance, scalability, and a rich user experience. We leverage several cutting-edge technologies to make it easy for you to set up your own online store.
- Node.js
- npm
Clone the repository and navigate to the directory:
git clone https://github.com/mo3ly/Vervo-Shop.git
cd Vervo-Shop
Install dependencies:
pnpm install
Start the development server:
pnpm run dev
- Next.js: Server-rendered React framework for front-end.
- Prisma: Database toolkit for easy database operations.
- PostgreSQL: SQL database engine.
- TypeScript: Adds static typing to JavaScript.
- Tailwind CSS: A utility-first CSS framework.
- Shadcn UI: UI component library that complements Tailwind CSS.
The UI/UX design is inspired by a modern and minimalist approach, following image examples. These designs helped shape the visual language, focusing on clean lines, functional layout, and a pleasing color scheme.
The mock data for products is sourced from Adidas' website. This offers a realistic catalog of products that allows for a functional e-commerce experience during development and testing.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details.