LakshyaDuhoonISU / react-todolist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 61.4%Language:CSS 30.3%Language:HTML 8.3%