Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.3 KB

Next.js E-Commerce Store Project

This project is a dummy e-commerce store created for the purpose of learning Next.js, a React framework for building web applications. The goal of this project is to provide a hands-on experience with Next.js and showcase best practices for building a modern, scalable, and performant e-commerce website.

Live Demo: https://nextjs-dummy-store.vercel.app/

Table of Contents

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/iCherya/nextjs-dummy-store.git
  2. Install the dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Features

TODO: Add features

Technologies Used

TODO: Add technologies used

Project Structure

TODO: Add project structure

Usage

This project is open for educational purposes. Feel free to explore, modify, and use it to enhance your understanding of Next.js and e-commerce development.