https://github.com/devrezaur/angular-todo
Basic ToDo app made with Angular JS, HTML CSS & Bootstrap. You can add task, mark them as finished and delete them on demand.
https://github.com/devrezaur/angular-todo
angularjs bootstrap html-css-javascript
Last synced: over 1 year ago
JSON representation
Basic ToDo app made with Angular JS, HTML CSS & Bootstrap. You can add task, mark them as finished and delete them on demand.
- Host: GitHub
- URL: https://github.com/devrezaur/angular-todo
- Owner: DevRezaur
- Created: 2021-07-18T07:59:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T08:11:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T13:45:52.188Z (over 1 year ago)
- Topics: angularjs, bootstrap, html-css-javascript
- Language: TypeScript
- Homepage:
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular To-Do App
This is a basic To-Do app made with Angular JS, HTML CSS & Bootstrap. This was made for angular practice purpose. You can add task, check them as finished and delete tasks on demand.
### Screenshot of the App

---
### Run the app
* Clone the repository
* Open terminal and type `ng serve`
* Navigate to `http://localhost:4200/`
* The app will automatically reload if you change any of the source files.