This is a simple ToDo app created using vanilla JavaScript. It can be run using PHP as the index.html file is included in the index.php file. Or you can simply open the index.html file in your desired browser.
- Add new tasks
- Edit existing tasks
- Mark tasks as completed
- Delete tasks
- Clone this repository using the command below:
git clone [email protected]:johnmichealacera/ToDoApp.git
-
Install PHP on your computer, if it is not already installed.
-
Run the following command to start a PHP server:
php -S localhost:8000
- Open your web browser and go to http://localhost:8000 to view the app.
To add a new task, enter the task description in the input field and press the "Add Task" button. To edit a task, double click on the task name make your changes, and click outside. To mark a task as completed, click on the checkbox at the left of the task name. To delete a task, click on the "Delete" button next to the task.
If you'd like to contribute to this project, you can:
- Report bugs and issues
- Suggest new features or enhancements
- Submit pull requests
This project is licensed under the MIT License. See the LICENSE file for details.