Skip to content

arnellebalane/simple-todo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple Todo

A Chrome extension that replaces the new tab page with a simple todo list.

Simple Todo

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

License

MIT License