Welcome to our Project TODO App, This program was intended to assist us in quickly creating tiny notes, which we can later delete or change, as well as complete or not.
When you have a list of things to remember, such as a grocery list or a job list, you don't know where to put them since you're forgetting or they're too long. As a result, we will take care of this issue for you.
- As a user I can
- The first section I saw was an app with a current date and time, as well as a to-do list.
- When we click the add button, a box appears asking us to make a new note.
- We can modify, delete, or complete this note after it has been added.
- .....
As a user I want to be able to
- Show All notes
- Edit notes
- delete them
- and add new notes
- React.js
$ yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
$ yarn build