8. Comparison of audits - marcinkopka/todo-list-app GitHub Wiki

Our Todo List App
Advantages (+)
- Short loading time
- Low memory usage
- Short time of performing functionalities
- Clean and readable code
- Perfect commented code
- Simple design
Disadvantages (-)
- Limited functionality
- Only local storage is used to save data (Data is lost after cookies are being cleaned).
Competitors Todo List Me App
Advantages (+)
- Ability to sort tasks (Normal, Alphabetical, Random and Top 3)
- Ability to print lists
- Ability to drag and drop tasks
- User can create multiple lists
- User can create categories
- Data can be saved on a remote
Disadvantages (-)
- Long loading time
- High memory usage
- Long time of performing functionalities
- Google ads significantly extend loading time
- Code is not well organized