https://github.com/arnellebalane/simple-todo
A browser extension that replaces the new tab page with a simple todo list
https://github.com/arnellebalane/simple-todo
cebu-hacktoberfest chrome-extension firefox-addon hacktoberfest svelte todo-list
Last synced: about 1 month ago
JSON representation
A browser extension that replaces the new tab page with a simple todo list
- Host: GitHub
- URL: https://github.com/arnellebalane/simple-todo
- Owner: arnellebalane
- License: mit
- Created: 2021-05-03T02:20:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T08:15:46.000Z (3 months ago)
- Last Synced: 2025-03-31T08:12:03.421Z (about 2 months ago)
- Topics: cebu-hacktoberfest, chrome-extension, firefox-addon, hacktoberfest, svelte, todo-list
- Language: JavaScript
- Homepage: https://simple-todo.arnelle.dev
- Size: 7.49 MB
- Stars: 89
- Watchers: 4
- Forks: 15
- Open Issues: 20
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
README
# Simple Todo
A Chrome extension that replaces the new tab page with a simple todo list.

## Get the app
- [Chrome Webstore](https://chrome.google.com/webstore/detail/simple-todo/kobeijgkgkcgknodjkganceliljepmjf)
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/simple-todo/)
- [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/simple-todo/offkjnlnkmkfididcmeoibkfjgkefmme)
- [Simple Todo web application](https://simple-todo.arnelle.dev/)## Features
- 👉 Manage todo items across three predefined lists
- 🌒 Dark mode
- 🎨 Configurable color schemes
- 🏞 Background images from Unsplash or custom uploaded image
- 🙈 Privacy mode
- 🏷 Custom tags
- ✨ More features coming soon!## Contributing
Thanks for your interest to contribute to this project! To get started, setup and run this repository on your machine.
```bash
git clone https://github.com/arnellebalane/simple-todo.git
cd simple-todo# Install dependencies
npm ci# Run local server
# Runs in http://localhost:8888 by default
npm run dev# Build for production
npm run build# Run unit tests
npm run test# Run integration tests
# Requires the application to be accessible at the URL defined in APP_TESTING_ENDPOINT .env variable
npm run e2e
```## License
[MIT License](license)