Skip to content

10234567Z/Shopping-Cart

Repository files navigation

FStore

Add items to your virtual cart image
You can access it here

Content

Features

  • You can add items to the cart
  • The items from the server side API would be loaded to your shop page
  • You can determine how much of the quantity you want
  • You can't add same item twice in the cart

Stack Used

  • React

  • Javascript

  • SaSS

    React Javascript SaSS

Installation

Pre-requisites:

  • Have git installed and have your github account connected to your local system
  • Live server extension on your local editor

How to install

  • Open your command line interface/Terminal and navigate to the directory you want to install the repository.
  • Type the following commands -:
    git clone [email protected]:10234567Z/Shopping-Cart.git
    cd Shopping-Cart
    npm install
    npm run dev
    
  • Type http://localhost:3000 in your local browser to run the website locally
    NOTE : Make sure another app is not running on 3000 port to run the app

Contribute

Fork the repository , have fun contributing in this project! For more information on how to contribute , Check out this link

License

This project is licensed under BSD license.