Web application to display top 100 Crypto Currencies according to their current market capital.
- Developed using React JS at core and Type checked with TypeScript.
- Used Axios to fetch data from CoinGecko API.
API used: CoinGecko API
- Responsive Tabular UI.
- Frontend(Client-Side) Pagination using React Hooks.
- Search Filter to search coins.
- Install all project dependencies with
npm install
- Start the development server with
npm start
- Open http://localhost:3000 to view it in the browser.