Checkout the project live here.
This a minimalistic Todo App I built as part of a school project in November 2021.
The objectives where to build a simple todo app
with the possibility to sort the todos by deadline, priority and alphabetical.
The end user also needed to be able to mark the todos as done as well as delete them.
For the project, I worked with the following tools:
Html, Sass, Typescript, Tailwind, Parcel, Cypress
When it comes to styling my choice of framework was Tailwind.
This because Tailwind is widly used in the industry.
With test driven developing getting more important these days, I built my tests using Cypress.
This was I could make sure that the app passed key tests before I deployed it as finished.