Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedwards1230/leetcode-timer

Firefox extension for timing LeetCode problems
https://github.com/jedwards1230/leetcode-timer

leetcode timer

Last synced: 22 days ago
JSON representation

Firefox extension for timing LeetCode problems

Awesome Lists containing this project

README

        

# LeetCode Timer

A Firefox extension that automatically starts to time your leetcode problems. It will also automatically stop the timer when you finish a problem, and compare your current time against your average.

![Screenshot](screenshot.png)

## Flow

- Timer begins automatically when you load a problem page
- Timer stops automatically upon new successful submission
- Timer continues on bad submission

## Build

Compile into zip and load to browser

```
npm run build-release
web-ext build
```