An application that fetches the live prices of cryptocurrencies and displays it to the user with a stunning User Interface.
See it live here.
- Displays cryptocurrenies in a tabular form
- Data can be sorted based on different attributes
- Shows more information about a coin
- Client-side routing
- Custom error page
- Pagination
Clone this repository to your local machine
$ git clone https://github.com/shashiirk/crypto-prices.git
Install all the dependencies
$ npm install
Start the application
$ npm start
- Project inspiration from this YouTube video.
- Design inspired (almost copied) from Coinbase prices dashboard.
This project is licensed under MIT.