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

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.

Awesome Lists containing this project

README

          

## CoinSpy
### A cryptocurrency information app


CoinSpy sreenshot



**Built With**
![JavaScript Tag](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![React Tag](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Node Tag](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![HTML5 Tag](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3 Tag](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)

### 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.