This project is a simple test todo list chrome extension using just html, css (+Tailwind), and js. It allows users to add, mark as complete, and delete tasks. It also has a fun feature where a random Goku gif from Giphy is displayed when all tasks are completed. Modified to use chrome storage api.
- Clone the repository
- Open Chrome and navigate to chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select this project directory
- Click on the Goku extension icon in Chrome and you should see a simple popup Todo list
- Enter a task in the input field and press Enter or click the Add button to add a task.
- Click on a task to mark it as complete.
- Click the Clear Completed button to remove all completed tasks.
- Become Goku
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT?