This repository contains two separate applications written in TypeScript:
- A demo website showcasing various practical exercises.
- A cryptocurrency API, allowing to query real-time and historical crypto data.
- Showcases multiple practical exercises (DOM, API calls, components, etc.)
- Simple and responsive UI
|
Crypto trends
|
Details on crypto
|
- Endpoints include:
- Current prices
- Price history (24h)
- Data by cryptocurrency
- Top performing cryptos list
git clone https://github.com/carlmonnaert/Typescript-Display.git
cd Typescript-displaybun installcd website
bun run devcd crypto-market
bun run dev-
bun run dev — start development server
-
bun run build — build for production
-
bun run preview — preview production build
This project is licensed under the MIT License. Feel free to use, modify, and share it.


