A simple and intuitive web application for managing tasks. This project helps users to add, edit, and delete tasks easily. It's built using React and is perfect for understanding the basics of state management and front-end development. This will be updated later
- Add new tasks
- Edit existing tasks
- Delete tasks
- Mark tasks as complete/incomplete
- JavaScript Framework: React
- HTML
- CSS
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/ProjectDreadman/simple-todo-list-app.git
- Navigate to the project directory:
cd simple-todo-list-app
- Install dependencies
npm install
or
yarn install
npm start
or
yarn start
The app will be available at http://localhost:3000.
- Add tasks using the input field.
- Edit tasks by clicking the edit button.
- Delete tasks by clicking the delete button.
- Mark tasks as complete/incomplete by clicking the checkbox.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.