This repository contains the source code for Crypto-App, a web-based application that displays the latest cryptocurrency market prices, historical data, news and rankings.
Crypto-App is a ReactJS web application that fetches data from RapidAPI's cryptocurrency API and displays it to the user in an easy-to-understand format. The user can view the latest prices and historical data for different cryptocurrencies, as well as news articles related to the crypto market.
Crypto-App also includes a ranking system that ranks cryptocurrencies based on their market cap. The user can view the top 10 cryptocurrencies and their corresponding market cap rankings.
Crypto-App has been created using the following technologies:
- ReactJS - for building the user interface and displaying data.
- Firebase - for user authentication and real-time database storage.
- RapidAPI - for fetching cryptocurrency data from various APIs.
To run Crypto-App locally, follow these steps:
- Clone the repository to your local machine using
git clone https://github.com/ianclemence/crypto-app.git
. - Navigate to the project directory using
cd crypto-app
. - Run
npm install
to install the necessary dependencies. - Copy the
.env.example
file to.env
and update the necessary environment variables. - Run
npm start
to start the development server. - Visit
http://localhost:3000
in your web browser to view the app.
If you have any questions or issues with Crypto-App, please contact me.
This web application is licensed under the MIT license.