Harshal0902 / Hacktoberfest

Project ideas for Hacktoberfest 2021
5 stars 11 forks source link

React todo app #36

Closed adamwojnicki closed 3 years ago

adamwojnicki commented 3 years ago

Proposed changes

This is a simple Todo app made with ReactJS. You can add, complete and delete completed tasks. Todo list is saved in localStorage to make it persistent.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Harshal0902 commented 3 years ago

@adamwojnicki put it inside React folder

adamwojnicki commented 3 years ago

Done