A responsive web application that displays real-time cryptocurrency data using the CryptoCompare API. This project showcases essential cryptocurrency information, including price, volume, market cap, and more, with an intuitive user interface built using PHP, JavaScript, JSON, AJAX, and Bootstrap.
- Real-Time Data: Fetches and displays up-to-date cryptocurrency information.
- Responsive Design: Built with Bootstrap for a mobile-friendly experience.
- Data Display: Shows key details such as:
- Symbol
- Name
- Price
- 24h Change
- Volume
- Market Cap
- Detailed Modal: Provides additional information like launch date, Content Created, Platform Type, description, and website link.
- Search Functionality: Users can easily find tokens by name.
- Pagination: Displays 10 tokens per page for improved navigation.
- Custom Styling: Includes custom CSS for a unique and appealing layout.
- PHP: For server-side processing.
- JavaScript: For dynamic content and interactivity.
- JSON: For data interchange between the client and server.
- AJAX: For asynchronous data fetching.
- Bootstrap: For responsive design and layout.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/PICLTD/Cryptocurrency-Tracker.git