Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickmak/todo-web

A Simple todo app run in browser
https://github.com/rickmak/todo-web

Last synced: 3 months ago
JSON representation

A Simple todo app run in browser

Awesome Lists containing this project

README

        

# todo-web
A Simple todo app that runs in the browser. This project does not have any external dependencies.

## Bugs:

- A deleted to-do item will re-appear on reload
- Pressing Enter at the input box cannot add the item

## Tasks:

1. Show me you can read code and produce good clean code
2. Fix the above bugs
3. 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)
4. Any refactoring you think will make the code better,
reduce the chance to produce above bugs

## Constraints

- You are not allowed to import any external libraries
- Time limit is 1 hr

## Evaluation

- We look for clean code
- We look for maintainable code
- How you fix the problems is more important than how fast you fix them