This is an e-commerce website that uses a fake store API to fetch products data. This has application has all the cart functionalities like add & remove products from cart. This is a simple project to learn the development setup in react with Typescript.
# Clone this repository
$ https://github.com/payalpatra/Fake-Store.git
# Move to the root directory
$ cd Fake-Store
# Remove current origin repository
$ git remote remove origin
# Install dependencies
$ npm install
# Start development server
$ npm start