Skip to content

anirbmuk/things-to-do

Repository files navigation

things-to-do

A light and fast todo-app, built with angular 17


Features

✔️ Uses Local Storage

Uses your browser's local-storage. So remember, a new browser means a new set of TODOs :-)

✔️ Lightweight UI

Makes use of light UI components, so that your app remains featherlight and blazing fast!

✔️ Strong Search

Searches your TODOs by text or heading or due-date tags. e.g. search by grocery, due tomorrow, next week etc.
You can also use arithmetic operators such as eq, >, <, >=, <=. For example, 'eq 7' or '>= 5' or '< 3' to filter on the due date.

✔️ Dark Mode Support

Turn on dark mode on your mobile/laptop/PC and the page looks as elegant as it can get.

✔️ Easy Share

Share your TODO items on your favourite medium.

✔️ Built with Angular 17

  • All standalone components
  • Typed reactive forms
  • New inject function (replacing constructors)
  • Required inputs

How do you use it?

Just hit https://somethings-todo.web.app on your browser. If you wish you can also install it as a hybrid app on your phone.


Developer

anirbmuk. 2023