Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.96 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.96 KB

Crypto Hunter

This is a web application that allows users to track the prices of various cryptocurrencies in real-time. The application uses an API to fetch the latest prices and displays them in a user-friendly interface.

Features

  • Real-time prices of popular cryptocurrencies
  • Ability to switch between different currencies and cryptocurrencies
  • Interactive charts to visualize price trends over time
  • User-friendly interface with responsive design

Getting Started

To get started with the Crypto Tracker Web App, follow these steps:

  1. Clone the repository onto your local machine using git clone <repository-url>
  2. Install the dependencies using npm install
  3. Start the application using npm start
  4. Visit http://localhost:3000 in your web browser to view the application

Technologies Used

This web application was built using the following technologies:

  • React.js
  • Chart.js
  • Axios
  • Material UI
  • React Alice Carousel

Snapshots

  1. Landing Page

image

  1. Prices of Latest Cryptocurrencies

image

  1. Detailed Information about a particular cryptocurrency

image

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature using git checkout -b <branch-name>
  3. Make changes to the code
  4. Commit your changes using git commit -m "<commit-message>"
  5. Push your changes to your fork using git push origin <branch-name>
  6. Submit a pull request to the original repository

License

This project is licensed under the MIT License. See the LICENSE file for details.