Skip to content

alexlurvey/crypto-search

Repository files navigation

Crypto Search

Search amongst the top 200 cryptocurrencies.

Running the application

yarn install
yarn build
yarn start

Navigate to http://localhost:3000

To run in development mode with file watching use yarn dev:local. This command will load fake data from a json file. yarn dev is meant to be ran with now (now dev).

If you have a CoinMarketCap API key and want to use current data, copy it into this constants file.

Directory Structure

  • /repositories - data sources for the application. There is only one, cryptocurrencies, which wraps CoinMarketCap's api.
  • /src - Contents for the SPA.
  • /public - build output.
  • /api - serverless functions that mirror the local server file, so the app can be deployed to the now.sh platform.

Technologies

About

coding exercise for an interview - later expanded to try out packages in https://github.com/thi-ng/umbrella

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published