A Simple todo app that runs in the browser. This project does not have any external dependencies.
- A deleted to-do item will re-appear on reload
- Pressing Enter at the input box cannot add the item
- Show me you can read code and produce good clean code
- Fix the above bugs
- list.js and item.js are in different styles. Try to compare and unify (okay to just think of direction within time, we can discuss it later)
- Any refactoring you think will make the code better, reduce the chance to produce above bugs
- You are not allowed to import any external libraries
- Time limit is 1 hr
- We look for clean code
- We look for maintainable code
- How you fix the problems is more important than how fast you fix them