CryptoTracker is a responsive cryptocurrency tracking web application built with React and Tailwind CSS. It fetches real-time data from the CoinGecko API to display cryptocurrency prices, market caps, and 24-hour changes.
- Real-Time Data: Fetches and displays live cryptocurrency data including prices, market capitalization, and 24-hour changes.
- Responsive Design: Ensures a seamless experience across various devices using Tailwind CSS.
- User-Friendly Interface: Intuitive and easy-to-navigate interface built with React.
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- CoinGecko API: Provides the cryptocurrency data.
public/
: Contains the static files.src/
: Contains the source code.components/
: React components used in the application.pages/
: Pages of the application.services/
: Services for API calls.
npm run dev
: Starts the development server.npm run build
: Builds the project for production.npm run lint
: Runs ESLint to check for linting errors.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
For any questions or suggestions, please contact md-hussain28.