https://github.com/saifrehman99/angular-apps
This repository includes all the basic Angular Apps throughout my learning process
https://github.com/saifrehman99/angular-apps
angular angular-directives angular-services material-ui
Last synced: 11 months ago
JSON representation
This repository includes all the basic Angular Apps throughout my learning process
- Host: GitHub
- URL: https://github.com/saifrehman99/angular-apps
- Owner: SaifRehman99
- Created: 2021-09-11T13:01:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T17:22:08.000Z (over 4 years ago)
- Last Synced: 2025-01-17T05:11:52.671Z (about 1 year ago)
- Topics: angular, angular-directives, angular-services, material-ui
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular-Apps
*This repository includes all the basic Angular Apps throughout my learning process*
```1. Todo Application Level 1 :```
- User can add Items
- User can delete Item
- User can mark the item as completed/not-completed
- Basic html5 and css3
- You can access the app via the following link ==> ``https://angular-todo-lv1.netlify.app/``
```2. Todo Application Level 2 :```
- User can add Items
- User can delete Item
- User can tap the item as completed/not-completed
- Basic html5 and css3
- We are using JSON server as our backend
- RxJs observables, subject
- Using todo services
- Using json server deployed on the Heroku Server
- You can access the app via the following link ==> ``https://angular-todo-lv2.netlify.app/``
```3. Todo Application Level 3 :```
- User can add Items
- User can delete Item
- User can tap the item as completed/not-completed
- Basic html5 and css3
- We are using JSON server as our backend
- RxJs observables, subject
- Using todo services
- We are using directives for the tooltip.
- Services for data handling
- We are using Angular Material UI
- You can access the app via the following link ==> ``https://angular-todo-lv3.netlify.app/``