Manages todos. This is an interview application created for Brand Networks
- Clone the repository locally (don't fork).
- Add the ability to "create" a todo.
- There is a bug with editing a todo. Identify and fix the bug.
- Add the ability to delete a todo.
- Once you've completed steps 1-4, create a new repository of your own and push the local repo with your changes up to your new repository.
To avoid any tooling or build script requirements for this project, it is assumed
this project will be run as-is directly from the file system. AJAX requests do not
work in this environment, so everything must be loaded with <script> tags.
Template literal strings are utilized for templates. Therefore, be sure to use a compatible browser.