DEV Community

Cover image for First time my Hacktoberfest
jsong89
jsong89

Posted on

3 2

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
(〜^∇^)〜

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (1)

Collapse
 
chilupa profile image
Pavan C

Feel free to contribute to this css-snippets repo.

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay