A simple task management chrome extension inspired by Metaphor: ReFantazio mission ui
- Track main and secondary tasks
- Mark mission as complete
- Add new mission
- Delete mission
- Mission saved on local storage
- Clone this repository
- Open Chrome/Edge browser and navigate to extensions
- Enable Developer mode
- Click "Load unpacked" and select the project directory
The extension is built using vanilla JavaScript, HTML, and CSS. The main components are:
popup/
- Contains the extension's popup interfacepopup.html
- Main popup layoutpopup.css
- Styling with custom shapes and animationspopup.js
- Task management logic
MIT License