Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 989 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 989 Bytes

React Cryptocurrency PWA

A Progressive Web Application built using React.js and CoinGekko API to display cryptocurrency price information in a responsive manner.

☕️ Features

  • Filter available coins from the coinGekko API.
  • View a detailed graph and summy of any coin
  • Install on Android or Iphone on the homescreen as a PWA.
  • Demonstrates how to use Context API to manage data between components (One source of truth)
  • Demonstrates how to use React hooks

Screens

Install

using npm:

    $ cd client
    $ npm install
    $ npm start

Application will run on localhost:3000

Made with