Skip to content

Jerjomins/arturs-store

Repository files navigation

Arturs Store

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.


Features

  • 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.

TO-DO

  • Sorting and Filtering: Sort products by popularity or price.
  • Mock API Integration: Fetch data from a mock API to provide realistic functionality.

Technologies Used

  • 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.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/arturs-store.git
  2. Navigate to the project directory:
    cd arturs-store
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run development
  5. Open the application in your browser at:
    http://localhost:3000

About

Project of NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published