Overview Live Demo.
This is a Cryptocurrency Application that fetches Crypto Data such as List of Crypto Coins, Markets Charts etc from the CoinGecko API. This application was built using React, Material UI, Context API, Tailwind CSS.
- Built components using React
- Used TailwindCSS and Material UI for styling of components and pages
- Fetched data using React virtualization concept
- Used Context API for data management
- Added dynamic routing to get all crypto coins and market data
- Implemented responsiveness of Dashboard page and Crypto details page
- Added a search bar to search for a specific crypto coin
- Clone the repository
- Run
npm install
to install dependencies - Run
npm start
to start the application