|
1 | | -# leetcode tracker browser extension |
| 1 | +# KeepCode |
| 2 | + |
| 3 | +A browser extension to help you track your LeetCode progress, manage problems, and stay motivated while preparing for interviews, OAs, or if you just love DSA. |
| 4 | + |
| 5 | +## Table of Contents |
| 6 | + |
| 7 | +- [KeepCode](#keepcode) |
| 8 | + - [Table of Contents](#table-of-contents) |
| 9 | + - [Features](#features) |
| 10 | + - [Screenshots](#screenshots) |
| 11 | + - [Installation](#installation) |
| 12 | + - [Usage](#usage) |
| 13 | + - [Options](#options) |
| 14 | + - [Contributing](#contributing) |
| 15 | + - [Roadmap](#roadmap) |
| 16 | + - [License](#license) |
| 17 | + - [Acknowledgements](#acknowledgements) |
| 18 | + - [Contact](#contact) |
| 19 | + |
| 20 | +## Features |
| 21 | + |
| 22 | +- Automatically track solved LeetCode problems |
| 23 | +- Organizes solved problems by tag/topic |
| 24 | +- Displays recently solved problems |
| 25 | +- Privacy safe (no personal data is stored or sent anywhere) |
| 26 | + |
| 27 | +## Screenshots |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +## Installation |
| 33 | + |
| 34 | +1. Download the latest release from [Releases](#). |
| 35 | +2. Unzip the package. |
| 36 | +3. Go to your browser’s extensions page. |
| 37 | +4. Enable "Developer mode" and load the unpacked extension from the extracted folder. |
| 38 | + |
| 39 | +## Usage |
| 40 | + |
| 41 | +- Click the extension icon to open the popup. |
| 42 | +- Use the options page to customize your experience. |
| 43 | +- Progress is automatically tracked as you solve problems on LeetCode. |
| 44 | + |
| 45 | +## Options |
| 46 | + |
| 47 | +- [Describe available options and settings here] |
| 48 | + |
| 49 | +## Contributing |
| 50 | + |
| 51 | +Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. |
| 52 | + |
| 53 | +1. Fork the repository |
| 54 | +2. Create your feature branch (`git checkout -b feature/cool-new-feature`) |
| 55 | +3. Commit your changes (`git commit -m 'Add cool new feature'`) |
| 56 | +4. Push to the branch (`git push origin feature/cool-new-feature`) |
| 57 | +5. Open a pull request |
| 58 | + |
| 59 | +## Roadmap |
| 60 | +- [ ] [Need a way to sync progress across devices] |
| 61 | +- [ ] [and more] |
| 62 | + |
| 63 | +## License |
| 64 | + |
| 65 | +Distributed under the MIT License. See [LICENSE](LICENSE) for more information. |
| 66 | + |
| 67 | +## Acknowledgements |
| 68 | + |
| 69 | +- [LeetCode](https://leetcode.com/) |
| 70 | +- all the users <3 |
| 71 | + |
| 72 | +## Contact |
| 73 | + |
| 74 | +my twitter: [@_dngi](https://twitter.com/_dngi) |
0 commit comments