Now Access to Gemini (Google) : Really beat to ChatGPT ?

TodoList Project -React Js For Beginner

Create Todo List by using React js

This is project for beginner. Before starting react js , first need to know javascript. I used ES6 in this project. After learn javascript go to react js site and Click on Docs. and learn main concept from it.

Here , I explain created Todo List Application and provide code for same.

1) Front page of todo list :

 

2) Create Todo by Clicking a + sign :

     


3) Display Created Todo :



4) Clicking checkbox when you complete your to do :


5)  Read Particular todo :


6) Edit Your Todo By clicking Edit Button :


This is responsive. when we open in mobile look like  this   ðŸ‘‡



Download Code for this application :

   TodoList Download

Comments