Crypto Database is an enhanced web application that allows users to view, search, and explore detailed information about cryptocurrencies. The application fetches data from the CryptoCompare API and provides a user-friendly interface for navigating between a list of cryptocurrencies and their detailed views.
- Users can view a list of cryptocurrencies, including:
- Coin image
- Coin name
- Current price in US dollars
- The list dynamically updates based on the user's search input.
- Users can search for specific cryptocurrencies by symbol or name.
- The search results are displayed in real-time, allowing users to quickly find the coins they are looking for.
- Clicking on a cryptocurrency in the list navigates to a detailed view page for that coin.
- The detailed view includes:
- Full name of the coin
- Coin image
- Description/summary of the coin
- Launch date
- Website/whitepaper link
- Market cap
- Volume data
- Daily price stats (e.g., open price, high, low)
- A catch-all route handles invalid URLs and displays a "404 - Page Not Found" message with a link to navigate back to the home page.