
Todo List Website
So recently due to an internship interview, I’ve been inspired to learn more about Typescript and Angular. Before this project, I’d only ever heard of them briefly, and I’ve read some typescript in the past. This project aimed to act as a step into Angular and Typescript to learn some of the basics of these technologies.
What this website designed to do is to use jsonplaceholder’s todos as a back-end and display the todos there on the site. This, however, is just a demo back-end so we can’t change any data server-side. What does this mean for this Todo Website? It means that your changes are lost on refresh. Until you refresh the site should work as you would expect.
On the site, you can add, complete and delete your todos. This is done using events and observables in Angular.
As always here are the links:
Link to page: Link
Link to source (Gitlab): Link