angela-goncalves / react-task-tracker

Home Page:https://react-task-tracker-angela-goncalves.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker (to-do list)

with React.js and tailwindcss

You can add a task and edit it.

Add a task:

  • Write a task
  • Add a date (optional)
  • Press enter or click the "Save" button

If you refresh the page you can see the task(s) saved and stored in the localStorage.

Edit a task:

  • Click on the task you want to change
  • Edit it
  • Click anywhere else on the screen to save it

If you refresh the page you can see the task(s) changed saved and stored in the localStorage.

If you want to fork or download this project, run it with:

yarn start

About

https://react-task-tracker-angela-goncalves.vercel.app/


Languages

Language:JavaScript 89.0%Language:HTML 6.3%Language:CSS 4.7%