https://github.com/anirbmuk/things-to-do
A light and fast todo-app, built with angular 17
https://github.com/anirbmuk/things-to-do
angular angular-material component-store localstorage todo
Last synced: 6 months ago
JSON representation
A light and fast todo-app, built with angular 17
- Host: GitHub
- URL: https://github.com/anirbmuk/things-to-do
- Owner: anirbmuk
- Created: 2022-11-03T20:21:01.000Z (over 3 years ago)
- Default Branch: production
- Last Pushed: 2025-03-20T22:45:15.000Z (about 1 year ago)
- Last Synced: 2025-05-16T19:12:09.831Z (12 months ago)
- Topics: angular, angular-material, component-store, localstorage, todo
- Language: TypeScript
- Homepage:
- Size: 3.12 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# things-to-do (archived)
A light and fast todo-app, built with angular 17
# somethings-todo
New and improved Vue3 application available at https://github.com/anirbmuk/somethings-todo
- - - -
## Features
:heavy_check_mark: **Uses Local Storage**
> Uses your browser's local-storage. So remember, a new browser means a new set of TODOs :-)
:heavy_check_mark: **Lightweight UI**
> Makes use of light UI components, so that your app remains featherlight and blazing fast!
:heavy_check_mark: **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.
:heavy_check_mark: **Dark Mode Support**
> Turn on dark mode on your mobile/laptop/PC and the page looks as elegant as it can get.
:heavy_check_mark: **Easy Share**
> Share your TODO items on your favourite medium.
:heavy_check_mark: **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