Write tasks fast and easy using this web project
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.
- 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!
- React.js
- Node.js (NPM)
- Tailwind CSS
- Vite
- Netlify
- Visual Studio Code
- First click here
- Fill in the fields
- And click on "Add task"
- Then you can edit and delete the tasks
- To finish enjoy it!
- 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