This is a simple todo app built with React.js that allows you to create, delete, and mark tasks as complete. The app is built using modern React features such as hooks and functional components.
Add new tasks Mark tasks as completed Delete tasks
React.js HTML/CSS Bootstrap
To run the app locally, clone this repository and run the following commands: npm install npm start This will start a local development server at http://localhost:3000.
Contributions to the project are welcome! If you find a bug or want to add a feature, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.
##Acknowledgments This project was inspired by TodoMVC, a project that showcases different implementations of the same todo app using various front-end frameworks.