Skip to content

Just a simple project used to track/visualize streak progress on Duolingo

License

Notifications You must be signed in to change notification settings

tristanhollman/duolingo-streak-checker

Repository files navigation

duolingo-streak-checker

License: MIT Deploy static content to Pages

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 😎.

image

I did 'borrow' some styling and svg's from Duolingo and of course all the data is also coming from Duolingo's API.

Commands to get you started

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Format with Prettier

npm run format