Skip to content

LakshyaDuhoonISU/react-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List Application made using React JS which has the functionalities to add a task, remove a task, and change the order of the tasks based on their priority. It uses useState hook from react library to use and manage state variables to store information which is unaffected by the component rerendering.

Hooks are functions that allow us to access the features of React.

  • useState hook allow us to create and manage state variables whose values once changed, trigger a component rerender. They retain their value even after a component rerenders. It consists of the state variables and a setter function to set their values.

To install -

  1. First download the ZIP file
  2. Unzip the file and open the folder in the terminal.
  3. Run the following commands -
npm install
npm run dev
Screenshot 2024-06-10 at 18 50 32 Screenshot 2024-06-10 at 18 50 55 Screenshot 2024-06-10 at 18 51 06 Screenshot 2024-06-10 at 18 51 13 Screenshot 2024-06-10 at 18 51 23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published