https://github.com/sinedied/ng-lite-todo
Todo-list app built with (minimal) Angular
https://github.com/sinedied/ng-lite-todo
angular ng-lite sample todo-list
Last synced: 5 months ago
JSON representation
Todo-list app built with (minimal) Angular
- Host: GitHub
- URL: https://github.com/sinedied/ng-lite-todo
- Owner: sinedied
- License: mit
- Created: 2022-07-20T14:39:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T07:51:17.000Z (over 2 years ago)
- Last Synced: 2025-05-12T13:09:07.576Z (5 months ago)
- Topics: angular, ng-lite, sample, todo-list
- Language: TypeScript
- Homepage: https://black-mud-0438eff0f.1.azurestaticapps.net/
- Size: 590 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🪶 ng-lite-todo
> Todo-list app built with (minimal) Angular.
An upcoming article detailing all the steps to build this app is coming soon!
You can test a deployed version of the app [here](https://black-mud-0438eff0f.1.azurestaticapps.net).
Look at [this branch](https://github.com/sinedied/ng-lite-todo/tree/deploy-azure) for automated Azure deployment instructions.
## Tasks
This project works the same way as any Angular project, by using either the included NPM scripts or the Angular CLI directly:
- `npm start`: run dev server at `http://localhost:4200/`
- `npm run build`: build the project in the `dist/` directory.## API
This project uses a REST API to store the todos. You can find the source code of the API [here](https://github.com/sinedied/azure-functions-todo-api).