https://github.com/willjw3/crypto-dashboard-example
CoinSpy - A cryptocurrency information app.
https://github.com/willjw3/crypto-dashboard-example
aws-lambda d3 javascript nodejs react serverless
Last synced: 5 months ago
JSON representation
CoinSpy - A cryptocurrency information app.
- Host: GitHub
- URL: https://github.com/willjw3/crypto-dashboard-example
- Owner: willjw3
- Created: 2021-07-23T09:52:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T03:59:40.000Z (over 4 years ago)
- Last Synced: 2025-01-22T05:43:23.129Z (about 1 year ago)
- Topics: aws-lambda, d3, javascript, nodejs, react, serverless
- Language: JavaScript
- Homepage: https://coinspy.netlify.app
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CoinSpy
### A cryptocurrency information app
**Built With**





### Live Demo
[CoinSpy](https://coinspy.netlify.app)
### Run Locally
1. Clone the repository
`git clone https://github.com/willjw3/crypto-dashboard-example.git my-app`
2. Move into the new directory (called `my-app` in this case; call it what you like)
`cd my-app`
3. Install the dependencies
`npm install` or `yarn install`
4. Run the web server
`npm start`
**Notes:**
- This project uses environment variables. You'll need to add your own `.env` file.
- This project uses Netlify (AWS Lambda) functions. If you're not familiar with them, you might want to create a `server.js` file and run an Express server for back-end functionality instead.