Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wodenwang820118/ng-todo
A todo CRUD app with Angular 17.
https://github.com/wodenwang820118/ng-todo
angular angular17-standalone todoapp
Last synced: 6 days ago
JSON representation
A todo CRUD app with Angular 17.
- Host: GitHub
- URL: https://github.com/wodenwang820118/ng-todo
- Owner: WodenWang820118
- License: mit
- Created: 2021-12-08T03:04:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T09:26:33.000Z (6 months ago)
- Last Synced: 2024-05-20T08:26:29.381Z (6 months ago)
- Topics: angular, angular17-standalone, todoapp
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
The application is the practice of to-do app lists using Angular. It is initially created by [Traversy Media](https://www.youtube.com/watch?v=3dHNOWTI7H8&ab_channel=TraversyMedia). The purpose of the repository is to showcase the basic understanding of Angular framework and TypeScript.
# Objectives
- Showcase basic concepts of the Angular framework.
- Showcase the reactivity of Angular with RxJS and Angular Async pipe.
- Showcase the use of Angular service with its dependency injection.
- Showcase the folder structure of the Angular application and how it optimizes the initial bundle size.## Development
- `npm install` to install all the dependencies.
- `ng serve` to run the development server.
- `npm run server` to run the JSON server.
- `npm run build` to build the project.