Skip to content

Single Page Crypto Currency Tracker Application using Axios and CoinGecko API with Frontend(Client-Side) Pagination using React Hooks.

Notifications You must be signed in to change notification settings

iamhiman/crypto-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💰 Crypto Money

Platform-Web Repo-Size Tech-Stack

📑 Introduction

Web application to display top 100 Crypto Currencies according to their current market capital.

🧑‍💻 Tech Stack

  • Developed using React JS at core and Type checked with TypeScript.
  • Used Axios to fetch data from CoinGecko API.
    API used: CoinGecko API

🎸 Features

  • Responsive Tabular UI.
  • Frontend(Client-Side) Pagination using React Hooks.
  • Search Filter to search coins.

🖥️ Setup:

  • Install all project dependencies with npm install
  • Start the development server with npm start
  • Open http://localhost:3000 to view it in the browser.