chinesedfan / clist-ex

clist-ex is an extension based on the great website https://clist.by/.
https://clist-ex.vercel.app/
2 stars 7 forks source link
codechef competitive-programming leetcode

clist-ex

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.

Screenshot Leetcode

Screenshot CodeChef

Core Dependencies

React + Antd/SASS + Axios

How to run

  1. 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"
  1. Install dependencies and run like normal CRA apps, yarn && yarn start.

Cache

We save cache data in browser's IndexedDB, with fixed ObjectStore names.

Similar Repository