Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Reactjs hooks (useEffect,useState)

in this Todo list app we can:

Add a new task and by default the complete value=false
on click on Add task button will show a popup modal using Modal from reactbootstrap
each card from the todo task List contain three buttons (edit , check for complete, delete task)