https://github.com/sanderhelleso/next_crypto_app
Next.js app to display info about crypto coins
https://github.com/sanderhelleso/next_crypto_app
Last synced: about 1 year ago
JSON representation
Next.js app to display info about crypto coins
- Host: GitHub
- URL: https://github.com/sanderhelleso/next_crypto_app
- Owner: sanderhelleso
- Created: 2022-12-19T21:48:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T22:00:43.000Z (over 3 years ago)
- Last Synced: 2025-02-02T13:15:55.846Z (over 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next Crypto App
Next.js app to display info about crypto coins using the CoinGecko API
## Getting Started
Run the development server:
```bash
yarn
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.


