Welcome to the Cryptos App, a platform that provides real-time details about various cryptocurrencies and fetches the latest news from multiple sources. This app is designed to cater to cryptocurrency enthusiasts, traders, and anyone interested in staying up-to-date with the dynamic world of cryptocurrencies.
Preview : https://cryptos-rose.vercel.app
- Real-time cryptocurrency price tracking
- Latest news articles from reliable sources
- Personalized watchlists and alerts
- Interactive charts for price visualization
- User-friendly interface for easy navigation
Follow these steps to set up and run the Cryptos App on your local machine.
- Node.js and npm installed
- API keys from RapidAPI for cryptocurrency data and news
https://rapidapi.com/
- Clone the repository:
git clone https://github.com/Kiran1689/cryptos.git
- Navigate to the project folder:
cd cryptos
- Install dependencies:
npm install
- Rename
.env.example
to.env
. - Open
.env
and replaceRAPIDAPI_CRYPTO_KEY
with your RapidAPI API keys.
- Run the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
to access the app.
- Browse through the list of available cryptocurrencies.
- Click on a cryptocurrency to view detailed information, current price, and historical price charts.
- Explore the latest news articles related to the cryptocurrency market.
- Create a personalized watchlist by adding your favorite cryptocurrencies.
- Receive alerts for price changes and news updates.
If you encounter any issues, have suggestions, or want to provide feedback, please open an issue on the GitHub repository.
Happy cryptocurrency tracking with Cryptos App!
Developed by Kiran (https://github.com/Kiran1689)