This is my capstone project for the web development bootcamp at neueFische 🦈
CryptoCloud makes it easy to track and convert your favorite cryptocurrencies. Add your favorites coins to your trackinglist, so you'll get an easy overview of all price movements in one place. You can also convert the current top 100 crypto currencys instantly.
Please note that Cryptocloud is still under construction. Please let me know if you find a bug, I would be happy to fix it :)
Check the live version: https://capstone-project-teifler.vercel.app
- Search coin
- Detail page for each coin
- Tracking List
- Converter
- Clone this repository
Go to the project directory
cd capstone-project
Install dependencies
npm install
Start the server
npm start
- Server: http://localhost:3000/
You don't need an API key. You can find the two APIs I used below:
- Coin Gecko: https://www.coingecko.com/en/api
- Coin Paprika: https://api.coinpaprika.com/
To run tests, run the following command
npm test
To run storybook, run the following command
npm run storybook