Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.66 KB

CryptoTracker

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.

Features

  • 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.

Technologies Used

  • 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.

Project Structure

  • 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.

Scripts

  • 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.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or suggestions, please contact md-hussain28.