react-todo-app

In this app, you can add, delete, submit and edit items. To edit items, simply double click on it. Once you are done, press the enter key to resubmit. This app will persist your data in the browser local storage. So whether you reload, close your app or reopened it, you still have access to your to-dos items.

Stars
3

Built With

  • HTML
  • CSS
  • JavaScript
  • Linters for HTML, CSS and JavaScript and React
  • Webpack

Getting Started

To get a local copy up and running follow these simple example steps.

Using it Locally

  • Clone the project from GitHub here
  • Run the following commands as listed in your terminal:
  • npm install to install dependencies from the package.json
  • npm run build to build or compile the project
  • npm start to start the webpack server

Live Demo

Visit And Open Files

Visit Repo

Author

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a if you like this project!

Acknowledgments

  • Inspiration: Microverse

License

This project is MIT licensed.

Related Projects