A super simple web app, built using React and Typescript and no real prior experience. The app displays a list of the top 10 cryptocurrencies and some additional details. You can click on a cryptocurrency to see more details about it.
This project was made using npm 10.7.0
and npx 10.7.0
.
-
Clone the repo:
git clone https://github.com/dewet99/octoco-crypto-app-ts
-
Change to the repo directory:
cd octoco-crypto-app-ts
-
Get all the packages as listed in package-lock.json:
npm ci
-
Run the following inside the cloned repo:
npm run dev
-
Open the displayed link in your browser.
Click on stuff until stuff happens. That's about the extent of the functionality. To be more specific: click on the coin name, and the coin's details page will open.