Skip to content

Audit Comparison

Roheem Olayemi edited this page Jan 23, 2020 · 2 revisions

SUMMARISED COMPARISON

ToDo app:

Advantages

  • Fast loading time because it used only Html, CSS and JavaScript
  • Simple and minimalist design without any need for web fonts or animation
  • Easy to understand functionality for a user
  • MVC model was adopted
  • Low data transfer
  • It consumes less memory because media files weren’t required
  • Clean, readable and well-organized code

Disadvantages

  • The functionality is limited

  • It requires external storage functionality such as cloud storage. This is because only local storage is in use and as a result data cannot persist or retained for longer period of time.

Competitor App:

Advantages

  • A very attractive design interface

  • It has much functionality

  • You can save data both locally and remotely

  • Well-optimized CSS and images

  • It has a variety of sophisticated solutions

Disadvantages (-)

  • Slow loading time

  • Memory consumption

  • The Google Ads delay loading and increases data transfer

  • Number of third party scripts requests before and after DOM loaded

  • Code isn't well organized

  • Lots of variables are declared globally

Clone this wiki locally