React Crypto App : delivers the latest news and information on cryptocurrencies in an easy to use format
The crypto app is an information and news aggregator that connects you with the most pertinent news and information on cryptocurrencies.
The app offers real-time updates on all major cryptocurrencies, making it the go-to source for everything Crypto.
Our easy to use interface provides you with all the latest information on cryptocurrency prices, charts, reviews and more.
- React
- React Router Dom
- React Redux & toolkit
- Docker
- CircleCi
- Netlify
Clone the project
git clone https://github.com/ahmedsamyop/crypto-app.gitTo Install all dependencies, run the following command
npm installTo build, run the following command
npm run buildTo Test, run the following command
npm run testTo Start developing , run the following command
npm startClone the project
git clone https://github.com/ahmedsamyop/crypto-app.gitTo Start developing , run the following command
docker compose up -d --buildTo Stop project , run the following command
docker compose down- Create a file
.envto add environment variables - To run this project, you will need to add the following environment variables to your .env file
REACT_APP_CRYPTO_API_KEY="Your Api"
REACT_APP_CRYPTO_API_HOST="Your Api"
REACT_APP_NEWS_API_KEY="Your Api"
REACT_APP_NEWS_API_HOST="Your Api"RapidAPI provides developers with a powerful and straightforward API that makes it easy to create applications
- Create Account
- Subscribe Coinranking
- Subscribe Bing News Search
-
CI / CD CircleCi Deploying to Netlify @blog
-
To deploy this project run
npm run deploy