Skip to content

Fetching and displaying Cryptocurrency coins App - Frontend project with React

Notifications You must be signed in to change notification settings

longnghiem/crypto-coins-visualizing-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click here to visit the page.

Project Summary

The objective of this project is to build a Cryptocurrency Coins Visualizing Application.

page

The data is fetched from coinmarketcap.com API and displayed on a table. After loading, the application displays every coin by its name, rank, price and change in price(%).

  • Users can filter the table by inserting letter by letter, the application will then display the coins which have the matching letters in their names. This was done by using onkeyup property.
  • Users can also sort the table (asc and desc) by clicking on the table heads. By default, the data is sorted by rank in ascending order.
  • If users try to sort data while filtering, the filtered data (which is being displayed) will be sorted

Languages used

  • Html
  • Css
  • JavaScript: React 16.4

Getting started

Clone the project:

> git clone git@github.com:longnghiem/crypto-coins-visualizing-react.git
> cd crypto-coins-visualizing-react

Then make sure to use branch 'master':

> git checkout master
> npm install
> npm start

License

This project is licensed under the MIT License.

About

Fetching and displaying Cryptocurrency coins App - Frontend project with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published