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.
- Host: GitHub
- URL: https://github.com/el634dev/react-cryptocurrency-api
- Owner: el634dev
- License: mit
- Created: 2021-09-29T22:38:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T04:46:12.000Z (over 4 years ago)
- Last Synced: 2025-03-25T11:28:48.600Z (over 1 year ago)
- Topics: api, axios-react, css3, javascript
- Language: JavaScript
- Homepage: https://react-cryptocurrency-api.vercel.app
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](#)
[](#)
[](#)
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)