Crypto Currency List application using Reactjs, Tailwind & Coingecko API.
1. List top 10 coins with price, Market, last 7 days chart etc..
2. Provide individual coin details
3. Light/Dark theme
4. List trending coins
Core:
- ReactJS
- Vite
- TailwindCSS
Communication tool:
- axios
1. Leant to configure Reactjs with Vite.
2. Leant to use axios to fetch API data.
3. Leant to setup and use Tailwind with React projects