Skip to content

A display of my typescript skills, featuring a demonstration website for work sessions aswell as a website for getting real-time data on the crypto-market.

Notifications You must be signed in to change notification settings

carlmonnaert/Typescript-Display

Repository files navigation

TypeScript Project – Demo Website & Cryptocurrency API

This repository contains two separate applications written in TypeScript:

  1. A demo website showcasing various practical exercises.
  2. A cryptocurrency API, allowing to query real-time and historical crypto data.

Features

Demo Website (website)

poster

  • Showcases multiple practical exercises (DOM, API calls, components, etc.)
  • Simple and responsive UI

Cryptocurrency API (crypto-market)

Crypto trends

Main Poster

Details on crypto

Closing Poster
  • Endpoints include:
    • Current prices
    • Price history (24h)
    • Data by cryptocurrency
    • Top performing cryptos list

Installation

1. Clone the repository

git clone https://github.com/carlmonnaert/Typescript-Display.git
cd Typescript-display

2. Install global dependencies

bun install

Getting started

Start the demo website

cd website
bun run dev

Start the cryptocurrency API

cd crypto-market
bun run dev

Useful Scripts

Demo website (website)

  • bun run dev — start development server

  • bun run build — build for production

  • bun run preview — preview production build

License

This project is licensed under the MIT License. Feel free to use, modify, and share it.

About

A display of my typescript skills, featuring a demonstration website for work sessions aswell as a website for getting real-time data on the crypto-market.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published