Arturs Store is a mini e-commerce application built using Next.js and Tailwind CSS. This app includes a homepage, product page, and cart functionality.
- Product Overview: View all products with images, prices, and view counts.
- Cart System: Add products to the cart and view the total cost.
- Responsive Design: Adapts to various devices.
- Sorting and Filtering: Sort products by popularity or price.
- Mock API Integration: Fetch data from a mock API to provide realistic functionality.
- Next.js: A modern React framework providing server-side rendering.
- Tailwind CSS: A utility-first CSS framework for styling.
- JSON Server: For simulating data locally.
- Node.js: Back-end runtime environment.
- Clone the repository:
git clone https://github.com/your-username/arturs-store.git
- Navigate to the project directory:
cd arturs-store
- Install dependencies:
npm install
- Start the development server:
npm run development
- Open the application in your browser at:
http://localhost:3000