Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.