https://github.com/vonderklaas/tasks-with-json
This *Angular* project represents task management application with persistance of data. I used Angular features like components, services, directives and modules. It is a full CRUD application.
https://github.com/vonderklaas/tasks-with-json
angular css typescript
Last synced: about 2 months ago
JSON representation
This *Angular* project represents task management application with persistance of data. I used Angular features like components, services, directives and modules. It is a full CRUD application.
- Host: GitHub
- URL: https://github.com/vonderklaas/tasks-with-json
- Owner: vonderklaas
- Created: 2022-08-24T06:29:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T10:40:04.000Z (about 3 years ago)
- Last Synced: 2025-01-07T09:47:39.906Z (over 1 year ago)
- Topics: angular, css, typescript
- Language: TypeScript
- Homepage:
- Size: 751 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Angular Tasks
This Angular project represents a Tasks application with persistance of data in json-db server. Here I used basic features like components, services, http, modules and much more
### How to run?
Install packages
```
npm i
```
Run client
```
npm run start
```
Run server
```
npm run server
```