Crypto Quoter is a web application where you can check the real-time price of the top 100 cryptocurrencies.
- Real-time Prices: Get updated prices of the top 100 cryptocurrencies in real time.
- Currency Conversion: View cryptocurrency prices in american dollar, mexican peso, euros and british pound.
- Responsive Design: Optimized for both desktop and mobile devices for seamless user experience.
- Data Validation: Using Zod to ensure data integrity and validity.
- State Management: Zustand for managing global state across the application.
- Typography: Utilized Google Fonts for the project's typography.
The API utilized for this project is CryptoCompare.
In this project, I learned how to connect to an API to fetch cryptocurrency prices in various currencies. I also used Zustand for state management and Zod for validating the responses received from our API.