Todo application built using Angular
- Feel free to try the live demo at http://petrub.com/todo-app/
-
Access your todos at any time on the web
-
Add todos
-
Check todos (mark as done)
-
Delete todos
-
Pleasant UI/UX built to look awesome from mobile to desktop
This project was generated with Angular CLI version 1.0.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
-
Angular - rich frontend web framework, helps creating fast, reliable web applications
-
Angular-CLI - command line interface for streamlined angular development
-
TypeScript - superset of JavaScript that can be compiler-checked, also has types!!
-
-
Bootstrap - CSS/JS framework, makes it easy to develop responsive, well polished web apps
-
Sass - powerful CSS extension language
The application is connected to a node backend. When the app loads, it pull the todos data from the server.
Every time a user performs an action (add, check, delete), it is send to the server and the data gets updated.
The view gets updated as well giving the feel of live editing.
This is a school project, with the purpose of practicing angular http requests and sass styling.