Skip to content

teifler/capstone-project

Repository files navigation

CryptoCloud - Built with React, zustand and more.

This is my capstone project for the web development bootcamp at neueFische 🦈

crypto cloud preview

About

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 :)

Preview

Check the live version: https://capstone-project-teifler.vercel.app

Features

  • Search coin
  • Detail page for each coin
  • Tracking List
  • Converter

Tech Stack

Project setup locally

  • Clone this repository

Go to the project directory

  cd capstone-project

Install dependencies

  npm install

Start the server

  npm start

API

You don't need an API key. You can find the two APIs I used below:

Running Tests

To run tests, run the following command

  npm test

Running Storybook

To run storybook, run the following command

  npm run storybook