A simple todo Application uses service worker and localstorage to store and retrieve data.
step 1: Pull the repository in your system
step 2: If Python isn't install in your system then install it otherwise skip this step.
step 3: run the following command in console to install all the dependencies.
> pip install -r requirements.txt
step 4: run the command
> flask run
step 5: enjoy :)