This project was bootstrapped with Create React App, as an extension based on the great website clist.by.
It adds contest dashboard for LeetCode and CodeChef, which is inspired by cftracker and kenkoooo/AtCoderProblems.
React + Antd/SASS + Axios
- Prepare your API key according to clist.by docs, and save it in a new file
.env.development.local
. Learn more in CRA docs.
REACT_APP_CLIST_API_AUTH="ApiKey xxx"
- Install dependencies and run like normal CRA apps,
yarn && yarn start
.
We save cache data in browser's IndexedDB, with fixed ObjectStore names.
- db: clist-ex
- store: contest-lc
- store: contest-cc
- db: statistics-<account_id>
- store: statistics