This is a simple to-do list application developed using React and Vite. The application allows you to add, edit and delete tasks in a practical and intuitive way.
Before you begin, ensure you have the following installed:
- Node.js (latest LTS recommended) - Download here
- Git (optional, for cloning) - Download here
- Clone Repository:
https://github.com/PatrickMeirelles/todo-app.git
- Navigate to project folder:
cd todo-app
- Use the package manager npm to install dependecies.
npm install
- Running Project:
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.