DEV Community

Cover image for First time my Hacktoberfest
jsong89
jsong89

Posted on

First time my Hacktoberfest

Overview

Since I started to do my Release 2.0 the first action I did is try to clicking some projects which seem interesting and I could find one that is called Todo-app.

Before Starting

There are 2 issues at that time and I applied to him both issues and start to work on them. However, sadly(?) other people also wanted to do about CSS issue and the project owner nirajacharyaa told me do
only the localStorage. It was a bit sad that I couldn't take it all, but still, the part that deployed to me was enough to make my interest.

Working

Actually, the task was simple I just added

//added localStorage func
    localStorage.setItem(task.innerText, task);
Enter fullscreen mode Exit fullscreen mode

and

//delete selected todo-list item from localStorage
      localStorage.removeItem(item.parentElement.querySelector(".tasklist").innerText);
Enter fullscreen mode Exit fullscreen mode

pull-request them. Fortunately without any problem my pull-request was accepted.

To finish

It was really interesting experience for me and not only limited the assignment that I can working for the project what I like is really attractiveness. Hope I can enjoy this after the OSD600
(〜^∇^)〜

Top comments (1)

Collapse
 
chilupa profile image
Pavan Chilukuri

Feel free to contribute to this css-snippets repo.