https://github.com/tushar-indurjeeth/task-manager-angular
Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.
https://github.com/tushar-indurjeeth/task-manager-angular
angular19 tailwindcss
Last synced: 11 months ago
JSON representation
Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.
- Host: GitHub
- URL: https://github.com/tushar-indurjeeth/task-manager-angular
- Owner: Tushar-Indurjeeth
- License: mit
- Created: 2025-01-03T21:09:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:47:39.000Z (about 1 year ago)
- Last Synced: 2025-01-17T16:50:14.405Z (about 1 year ago)
- Topics: angular19, tailwindcss
- Language: TypeScript
- Homepage: https://task-manager.tusharin.com/
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task Manager
Built a task manager with Angular 19, uses the local storage to save the tasks. You can add and delete tasks as necessary.
## Live Demo
[https://task-manager.tusharin.com/](https://task-manager.tusharin.com/)
## Development server
To start a local development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Building
To build the project run:
```bash
ng build
```
## License
Code released under the [MIT License](https://github.com/Tushar-Indurjeeth/Task-Manager-Angular/blob/49c0891ef6872e30606991ac3e500715fab60ab1/LICENSE).