Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.16 KB

💰 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.