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.
- 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
To get started with the Crypto Tracker Web App, follow these steps:
- Clone the repository onto your local machine using
git clone <repository-url>
- Install the dependencies using
npm install
- Start the application using
npm start
- Visit
http://localhost:3000
in your web browser to view the application
This web application was built using the following technologies:
- React.js
- Chart.js
- Axios
- Material UI
- React Alice Carousel
- Landing Page
- Prices of Latest Cryptocurrencies
- Detailed Information about a particular cryptocurrency
If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your feature using
git checkout -b <branch-name>
- Make changes to the code
- Commit your changes using
git commit -m "<commit-message>"
- Push your changes to your fork using
git push origin <branch-name>
- Submit a pull request to the original repository
This project is licensed under the MIT License. See the LICENSE
file for details.