Basho: Shell macros with the goodness of JavaScript templates
I was stuck with a rather boring task last week. I had to clone my work from GitHub to GitLab, clean up the projects list and append some… (more…)
Read more »So to refresh my JavaScript skills I decided to building a todo list that will storage your todo list in your browsers local storage and will allow you to delete and edit your list also. Creating the html page Firstly we are going to create the html page… Read more