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/
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/iCherya/nextjs-dummy-store.git
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
TODO: Add features
TODO: Add technologies used
TODO: Add project structure
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.