Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.61 KB

File metadata and controls

63 lines (43 loc) · 1.61 KB

To Do List

Write tasks fast and easy using this web project

Screenshot

This is a web project allows you to have a list of all the tasks you have to do, you can add new tasks, edit and delete them. All tasks will be saved in Local Storage in case of reloading the page.

It's Features Include:

  • Fast and easy to use
  • Edit or update your tasks
  • Beautiful interface
  • Validate form information
  • Delete your completed tasks
  • Save your tasks in Local Storage
  • Adjust the content to the screen size
  • And more to come!

Technologies used

  • React.js
  • Node.js (NPM)
  • Tailwind CSS
  • Vite
  • Netlify
  • Visual Studio Code

How to use it?

  • First click here
  • Fill in the fields
  • And click on "Add task"
  • Then you can edit and delete the tasks
  • To finish enjoy it!

How to build?

  • Install Node.js
  • Run the following linux commands in your terminal
git clone https://github.com/pablove2001/To-Do-List.git

cd To-Do-List

npm install

npm run dev

Credits: