In this project, I developed a front-end web application, catalogue of Cryptocurrencies using CoinAPI to collect the data from my React Application.
The application features include:
Listing all Crypto that is worth more than 1$. Listing Crypto that is worth more than 10$. Listing Crypto that is worth more than 50$. Listing Crypto that is worth more than 100$. Display an error if a connection to the API is not established. Dynamic routes for individual coin item and display price stats for the last 15 days.
Open this link to view it live.
To get a local copy up and running follow these simple example steps.
Make sure Node.js is running on your local machine
$ git clone https://github.com/vmwhoami/catalogue-of-statisctics.git
$ cd catalogue-of-statisctics
Install modules:
npm install
I used the COINAPI. Signup and get your key. Create .env file, open it and add REACT_APP_API_KEY=xxxxxxxxxxxxxxxxxxxxx
Run the App:
npm start
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
git add .
git commit -m "ready for first push to heroku"
heroku create $APP-NAME --buildpack mars/create-react-app
git push heroku $BRANCH_NAME:master
Vitalie Melnic
- Github: @vmwhoami
- Twitter: @vmwhoami
- Linkedin: vitalie-melnic
Distributed under the MIT License. See LICENSE
for more information.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!