Clone of https://app.ribbon.finance/, without any core functionalities. Just a front.
https://ribbonclone.danielkwok.com/
- Clone this repo
- Run
docker-compose up
in terminal - Go to http://localhost:3000/
- Frontend is built with React + Typescript + MUI (UI component library)
- Backend is built with Nodejs + Express + Typescript
- Coingecko api (https://www.coingecko.com/en/api/documentation) was used to display coin price fluctuations
- How to use Typescript (It's mindblowingly awesome. Increased my code confidence by 10x)
- How to use coingecko api