Todo-app is a simple todo-list 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.
- HTML, CSS, and JavaScript
- React
To get a local copy up and running follow these simple example steps.
To setup the project in your local, in the repo page:
click on code (dropdown list) > Download as ZIP.
or open terminal of path you want to install project and run this command
git clone git@github.com:Amrhub/react-todo-app.git
cd react-todo-app
To run the project open folder (after extraction) or cloning then run these commands:
npm install
to install all dependencies
npm start
to start the application, you should see the application working at: http://localhost:3000/
👤 Amr Ahmed
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- React
- Microverse⭐️ helped me to learn React.
- Ibas Majid I followed his tutorial to build this app.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
This project is MIT licensed.