Simple Todo
A Chrome extension that replaces the new tab page with a simple todo list.
Get the app
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.
git clone https://github.com/arnellebalane/simple-todo.git
cd simple-todo
# Install dependencies
npm ci
# Run local server
npm run dev
# Build for production
npm run build