Skip to content

chinesedfan/clist-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  • db: clist-ex
    • store: contest-lc
    • store: contest-cc
  • db: statistics-<account_id>
    • store: statistics

Similar Repository