Skip to content

willjw3/crypto-dashboard-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoinSpy

A cryptocurrency information app


CoinSpy sreenshot



Built With
JavaScript Tag React Tag Node Tag HTML5 Tag CSS3 Tag

Live Demo

CoinSpy

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.

Releases

No releases published

Packages

No packages published