# CryptoTracker ## Docs - [Crypto model](https://mintlify.wiki/sebas9526/CryptoTracker/api/crypto-model.md): TypeScript models for cryptocurrency data structures - [cryptoService](https://mintlify.wiki/sebas9526/CryptoTracker/api/crypto-service.md): Service for fetching cryptocurrency data from the CoinLore API - [FilterContext](https://mintlify.wiki/sebas9526/CryptoTracker/api/filter-context.md): Global state management for cryptocurrency filtering - [Formatters](https://mintlify.wiki/sebas9526/CryptoTracker/api/formatters.md): Utility functions for formatting numbers and currency values - [useCryptoData](https://mintlify.wiki/sebas9526/CryptoTracker/api/use-crypto-data.md): Hook for fetching and managing cryptocurrency data from the CoinLore API - [useFilter](https://mintlify.wiki/sebas9526/CryptoTracker/api/use-filter.md): Hook for accessing and managing cryptocurrency filter state across the application - [App Architecture](https://mintlify.wiki/sebas9526/CryptoTracker/architecture.md): Understanding the CryptoTracker application structure and data flow - [CryptoCard](https://mintlify.wiki/sebas9526/CryptoTracker/components/crypto-card.md): A card component that displays cryptocurrency information with interactive navigation - [CryptoList](https://mintlify.wiki/sebas9526/CryptoTracker/components/crypto-list.md): A list component that displays cryptocurrencies with loading and error states - [HomeHeader](https://mintlify.wiki/sebas9526/CryptoTracker/components/home-header.md): Header component that integrates the search bar with filter context - [SearchBar](https://mintlify.wiki/sebas9526/CryptoTracker/components/search-bar.md): A search component with text and price range filtering capabilities - [Cryptocurrency Detail View](https://mintlify.wiki/sebas9526/CryptoTracker/features/crypto-details.md): In-depth information and statistics for individual cryptocurrencies - [Cryptocurrency List View](https://mintlify.wiki/sebas9526/CryptoTracker/features/crypto-list.md): Display and render cryptocurrency data in an organized list - [Search and Filter Functionality](https://mintlify.wiki/sebas9526/CryptoTracker/features/filtering.md): Filter cryptocurrencies by name, symbol, and price range - [Installation](https://mintlify.wiki/sebas9526/CryptoTracker/installation.md): Complete installation guide for setting up CryptoTracker development environment on iOS, Android, and Web - [Introduction](https://mintlify.wiki/sebas9526/CryptoTracker/introduction.md): Welcome to CryptoTracker - A powerful React Native app for tracking cryptocurrency prices in real-time - [Navigation System](https://mintlify.wiki/sebas9526/CryptoTracker/navigation.md): Understanding Expo Router file-based routing in CryptoTracker - [Quick Start](https://mintlify.wiki/sebas9526/CryptoTracker/quickstart.md): Get CryptoTracker up and running on your machine in under 5 minutes - [State Management](https://mintlify.wiki/sebas9526/CryptoTracker/state-management.md): Managing application state with Context API and custom hooks