Just a simple project used to track/visualize streak progress on Duolingo. All you need is enter the usernames of you and/or your friends to see who is still keeping up their streak 😎.
I did 'borrow' some styling and svg's from Duolingo and of course all the data is also coming from Duolingo's API.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint
Format with Prettier
npm run format