🚀 Excited to Introduce: Saved Problem Management Chrome Extension
Addressing a common challenge faced by problem solvers – managing solved coding problems!
The Challenge:
For aspiring developers, keeping track of coding challenges tackled on platforms like GeeksforGeeks or LeetCode can be daunting. Problems often get lost in history, hindering valuable practice opportunities.
The Solution:
Introducing a Chrome extension to efficiently manage and organize coding problems:
- Save and store problems for easy access
- Remove solved problems from the list
- Export saved problems to an XLSX file for offline usage
This tool aids in maintaining a structured record of practice, facilitating revisits, re-solves, and learning from past problem-solving experiences.
Exploring Developer Mode:
An integral part of this project involved leveraging developer mode in Chrome Extensions. This feature enabled seamless testing, modification, and debugging without the need for immediate publishing. It significantly streamlined the development process, allowing for quick updates and real-time functionality checks.
Key Technologies:
1. Frontend development using HTML, CSS, and JavaScript
2. Chrome Extensions API for efficient storage management
3. XLSX Library for exporting problems to Excel
This endeavor deepened my knowledge of Chrome extension development, local storage handling, and data export operations. It underscored the importance of effective organization in developers' learning journeys.
GitHub Repo Link