This was built as part of a pre-apprenticeship FAC26 project on Test Driven Development (TDD). The code was written using HTMP, CSS and JS.
- Our code base explores the uses of TDD and technically how one would build a project that uses the TDD workflow.
- Our finished product will give the end user the ability to add, delete and toggle the tasks current state.
- User can add task.
- User can specify whether task is complete
- User can delete the task.
- This project stores tasks in local storage
-
Go to your terminal and run
git clone https://github.com/fac26/TDD-To-do-Natalia-Gareth.git
-
You can see the project in action by followin the link https://fac26.github.io/TDD-To-do-Natalia-Gareth/
-
Our project doesn't require http protocol, you can use localhost
We have deployed using github pages, please follow the link below to see our latest changes