E-commerce site clone made with Next.js.
- Add products to cart.
- Checkout.
- Multiple Products.
- Change quantity in cart section.
- Authentication
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with NPM) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
From your command line, first clone this repo:
# Clone this repository
$ git clone https://github.com/bilal-23/neuro-shop/
# Go into the repository
$ cd neuro-shop
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies either using NPM or Yarn:
Using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm start
Once your server has started, go to this url http://localhost:3000/
and you will see the website running on a Development Server.
- Webpack - Static module bundler
- Next.js - React Framework
- Next-Auth - Authentication for Next.js
- Material-UI - A Popular React UI Framework
- bcryptjs - Optimized bcrypt in JavaScript with zero dependencies
- React Redux - Official React bindings for Redux
- Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development
- nprogress - Slim progress bars for Ajax'y applications.
This site is a clone of an e-commerce site named Neuro. No Copyrights reseved