crypto-Monitor is a simple tool for monitoring cryptocurrency prices. It allows users to track the prices of various cryptocurrencies in real-time.
- Real-time price updates for popular cryptocurrencies.
- User-friendly interface for easy navigation and monitoring.
- Customizable watchlist to track specific cryptocurrencies.
- Historical price data for analysis and comparison.
- Cross-platform compatibility, accessible from any device with an internet connection.
-
Clone the repository:
git clone https://github.com/your-username/crypto-Monitor.git
-
Navigate to the project directory:
cd crypto-Monitor
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your web browser and go to
http://localhost:3000
to access crypto-Monitor.
Contributions are welcome! If you'd like to contribute to crypto-Monitor, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.