An open API service indexing awesome lists of open source software.

https://github.com/el634dev/react-cryptocurrency-api

React Cryptocurrency API created using Axios, CSS, JavaScript and React.
https://github.com/el634dev/react-cryptocurrency-api

api axios-react css3 javascript

Last synced: 2 months ago
JSON representation

React Cryptocurrency API created using Axios, CSS, JavaScript and React.

Awesome Lists containing this project

README

          

# React-Cryptocurrency-API
This project was created for practice using APIs with React.
# License Translation
You can use the code just say where you got it from
# Dev Dependencies
CoinGecko API, Axios

[![React Badge](https://img.shields.io/badge/-React-61DBFB?style=for-the-badge&labelColor=black&logo=react&logoColor=61DBFB)](#)
[![Javascript Badge](https://img.shields.io/badge/-Javascript-F0DB4F?style=for-the-badge&labelColor=black&logo=javascript&logoColor=F0DB4F)](#)
[![CSS Badge](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)](#)

The API used for this project is public and can be found at (https://www.coingecko.com/en/api/documentation?).
After scrolled down to coins and see a list called GET and click on the second list called /coins/market.

# More Information
For a more detailed guide check out (https://www.youtube.com/watch?v=9ohK7CapmIs).

# Getting Started with React Crypto App
In npm command prompt or the terminal, run:
### `npm create react app react-api crypto-tracker-v1`
### `npm install axios`
### `npm start`

# NPM Start
Runs the app in the development mode.\
Open (http://localhost:3000) to view it in your browser.

The page will reload if you make edits and will save the page once you reload.
You will also see any lint errors in the terminal, node command prompt and in the browser.

## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)