Skip to content

fayazpn/tech-unicorn-shopping

Repository files navigation

Shopping App

Web application to track all the data of cryptocurrencies.

Live Demo

Click Here for Live Demo

Home Page Coin Details Page

Table of contents

General info

This project is a cryptocurrency statistics tracker which gives the details such as

  • View All Products
  • Add the product to cart/ wishlist
  • Backend API by Fake Store API

Technologies

Project is created with:

  • React (For Front-end) : 18.2
  • TypeScript: 4.9
  • Tailwindcss (For css framework): 3.2
  • Vite (Package Manager): 4.0

Features

  • View all the listed products.
  • View single product detail.
  • Add/Remove product to/from Cart.
  • Add/Remove product to/from Wishlist.

Sources

  • Front-end design inspired by Link

Setup

To run this project, install it locally using npm:

$ cd ../shopping-app
$ npm install
$ npm run dev