Skip to content

This is a learn in public concept project where I will make a todo app in react and post every day progress online on twitter.

Notifications You must be signed in to change notification settings

Hitansh-Thakur/React-TODO

Repository files navigation

Learn in Public - React Todo App

This is a learn in public concept project where I will make a todo app in react and post every day progress online on twitter.

Day 1

  • Created a new react app using vite npx create-vite@latest react-todo-app
  • Added simple todo list fuctionalities

I have added the following functionalities

  • Added delete button to delete all todos
  • user can add new todo by typing in the input field and clicking on the add button
  • user can click on a todo to mark it as completed a strike through line will appear on the todo user can click on the ClearAll button to delete all todos

Day 1

Day 2

  • Learned how to use components in react and how to pass props.
    • Added styling theme using tailwind css

I have added the following functionalities

  • Added a new component Button and Heading
  • Added a new button to delete a single task
  • clicking on the task will toggle the task as completed

Day 2

Day 2 (Video)

About

This is a learn in public concept project where I will make a todo app in react and post every day progress online on twitter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published