Skip to content

an app that allows users to add, edit, and delete tasks they want to work on, and also mark tasks as complete without deleting them.

Notifications You must be signed in to change notification settings

aditya09iconic/To-Do_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I usedcreate-react-app to help us bootstrap the React App for us.
"npm install create-react-app"

Running the above command would install create-react-app in our project. Now, this would be ready for use.

To create a new project named ‘todo’, we would run the command as follows:
"create-react-app todo"
Now, this would create a folder named ‘todo’ in our current repository. Next, we should move inside the todo folder by doing:
"npm install react-bootstrap bootstrap"

Running the above command will install both react-bootstrap and bootstrap libraries in our application.
Now, we are ready to build the app.

About

an app that allows users to add, edit, and delete tasks they want to work on, and also mark tasks as complete without deleting them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published