Skip to content

danielkwok21/Ribbon-Finance-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ribbon clone

What is this

Clone of https://app.ribbon.finance/, without any core functionalities. Just a front.

Demo

https://ribbonclone.danielkwok.com/

Getting started

  1. Clone this repo
  2. Run docker-compose up in terminal
  3. Go to http://localhost:3000/

Technical remarks

  1. Frontend is built with React + Typescript + MUI (UI component library)
  2. Backend is built with Nodejs + Express + Typescript
  3. Coingecko api (https://www.coingecko.com/en/api/documentation) was used to display coin price fluctuations

Learnings

  1. How to use Typescript (It's mindblowingly awesome. Increased my code confidence by 10x)
  2. How to use coingecko api