https://github.com/viveknaskar/todolist-app
A todolist app made using Angular Framework
https://github.com/viveknaskar/todolist-app
angular typecript
Last synced: 10 days ago
JSON representation
A todolist app made using Angular Framework
- Host: GitHub
- URL: https://github.com/viveknaskar/todolist-app
- Owner: viveknaskar
- Created: 2019-09-12T19:26:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T16:15:48.000Z (over 2 years ago)
- Last Synced: 2023-08-29T19:20:05.306Z (about 2 years ago)
- Topics: angular, typecript
- Language: TypeScript
- Homepage:
- Size: 3.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# TodoList App
This is a todolist app made using Google's [Angular](https://angular.io/) framework covering all the basics of its rich, robust and interactive features.
### Tools & Technologies Used
- Angular 8.2.5 (Angular CLI 8.3.3)
- Node 12.10.0
- Visual Studio Code 1.38.0
- Windows 10 OS (64-bit)For sample API for fetching data, [JSONPlaceHolder](https://jsonplaceholder.typicode.com/), a fake online REST API for testing and prototyping is being used.