Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinesedfan/clist-ex
clist-ex is an extension based on the great website https://clist.by/.
https://github.com/chinesedfan/clist-ex
codechef competitive-programming leetcode
Last synced: 4 days ago
JSON representation
clist-ex is an extension based on the great website https://clist.by/.
- Host: GitHub
- URL: https://github.com/chinesedfan/clist-ex
- Owner: chinesedfan
- Created: 2024-03-07T08:53:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-09T03:44:25.000Z (27 days ago)
- Last Synced: 2024-10-29T22:50:06.525Z (6 days ago)
- Topics: codechef, competitive-programming, leetcode
- Language: TypeScript
- Homepage: https://clist-ex.vercel.app/
- Size: 1.36 MB
- Stars: 2
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clist-ex
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), as an extension based on the great website [clist.by](https://clist.by/).
It adds contest dashboard for LeetCode and CodeChef, which is inspired by [cftracker](https://cftracker.netlify.app/) and [kenkoooo/AtCoderProblems](https://kenkoooo.com/atcoder#/).
![Screenshot Leetcode](public/screenshot-leetcode.png)
![Screenshot CodeChef](public/screenshot-codechef.png)
## Core Dependencies
React + Antd/SASS + Axios
## How to run
1. Prepare your API key according to [clist.by docs](https://clist.by/api/v4/doc/), and save it in a new file `.env.development.local`. Learn more in [CRA docs](https://create-react-app.dev/docs/adding-custom-environment-variables/#adding-development-environment-variables-in-env).
```
REACT_APP_CLIST_API_AUTH="ApiKey xxx"
```2. 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-
- store: statistics## Similar Repository
- [huxulm/lc-rating (for LeetCode CN)](https://github.com/huxulm/lc-rating)