Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 992 Bytes

File metadata and controls

24 lines (15 loc) · 992 Bytes

To-do-App

What

We built our to-do app using TDD. Our app helps people enter tasks they need to do into a web page so that they don't forget them. It also allows them view the tasks they have added in a list so that I can plan their day. The app helps people mark tasks as complete so that they can focus on the tasks they have left.

Why

This app helps people to organize their chores in the day-to-day life.

How

We divided the functions on the three of us so that each two do pair programming while the third searches/prepares the upcoming part. And then we swap pairs till we get everything done.

How did we find the project?

  • It was a great experience. We enjoyed teamwork and swapping.

What did we learn?

  • We learned how to divide the tasks evenly.
  • We learned how to arrange our project into files.
  • We learned how make TDD tests, pure functions and DOM manipulation.

You can view our app using Github pages