chinesedfan / clist-ex

clist-ex is an extension based on the great website https://clist.by/.

Home Page:https://clist-ex.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

clist-ex is an extension based on the great website https://clist.by/.

https://clist-ex.vercel.app/


Languages

Language:TypeScript 91.1%Language:HTML 3.9%Language:SCSS 3.4%Language:CSS 1.7%