https://github.com/kseniia-chepur/todo-app-angular
To-Do List App
https://github.com/kseniia-chepur/todo-app-angular
angular angular-cli angularmaterial sass typescript
Last synced: 3 months ago
JSON representation
To-Do List App
- Host: GitHub
- URL: https://github.com/kseniia-chepur/todo-app-angular
- Owner: kseniia-chepur
- Created: 2025-01-06T18:47:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-15T13:52:52.000Z (4 months ago)
- Last Synced: 2026-02-15T20:34:28.728Z (4 months ago)
- Topics: angular, angular-cli, angularmaterial, sass, typescript
- Language: HTML
- Homepage: https://todo-app-angular-c2eh.onrender.com
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do App
## [Deployment](https://todo-app-angular-c2eh.onrender.com/)
### Features:
- Create (add) a new ToDo to the ToDo List
- See all ToDos that were added to the ToDo List
- Edit/Delete selected ToDo
- Sort ToDo by description, status
- Storing data in LocalStorage
- ToDos pagination
### Used technologies:
Angular - TypeScript - Angular Material
### Run locally:
- Clone the project
- Install dependencies: `npm install`
- Start dev server: `npm start`
- Navigate to `http://localhost:4200/`