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
- Host: GitHub
- URL: https://github.com/icherya/nextjs-dummy-store
- Owner: iCherya
- Created: 2023-11-26T11:07:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T11:32:17.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:29:11.940Z (8 months ago)
- Language: TypeScript
- Homepage: https://nextjs-dummy-store.vercel.app
- Size: 3.1 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.