Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 501 Bytes

Interactive-ToDo

Interactive ToDo is a WebApp, made with React. It is very efficient to store and manage users To Do Workbook. Copyrights & Developed by - Sudip Mitra

Capture

Steps:

  1. Create react app with node npx create-react-app my-app cd my-app npm start
  2. Copy public and src folder and paste in your react app.
  3. Its done! Lastly you can build with node command.