Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.01 KB

TDD-To-do-Natalia-Gareth FAC26

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 does two things.

  1. Our code base explores the uses of TDD and technically how one would build a project that uses the TDD workflow.
  2. Our finished product will give the end user the ability to add, delete and toggle the tasks current state.

What we have implemented so far.

  1. User can add task.
  2. User can specify whether task is complete
  3. User can delete the task.
  4. This project stores tasks in local storage

How to run our code

  1. Go to your terminal and run

    git clone https://github.com/fac26/TDD-To-do-Natalia-Gareth.git

  2. You can see the project in action by followin the link https://fac26.github.io/TDD-To-do-Natalia-Gareth/

  3. 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