An open API service indexing awesome lists of open source software.

https://github.com/icherya/nextjs-dummy-store

Dummy e-commerce store created for the purpose of learning Next.js
https://github.com/icherya/nextjs-dummy-store

Last synced: 4 months ago
JSON representation

Dummy e-commerce store created for the purpose of learning Next.js

Awesome Lists containing this project

README

          

# 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/](https://nextjs-dummy-store.vercel.app/)

## Table of Contents

- [Getting Started](#getting-started)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Project Structure](#project-structure)
- [Usage](#usage)

## Getting Started

To get started with this project, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/iCherya/nextjs-dummy-store.git
```

2. Install the dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm run dev
```

4. Open [http://localhost:3000](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.