Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 606 Bytes
  1. Run the main.js
  2. main.html has login.css and script.js page.
  3. After login we open taskm.html which has list.js and page.css

main.html - contains only login function. TO ADD -Register function, accounts functions(database), login sync with register function

login.css - css for login/register page

script.js - login function which currently has predecided pwd and username.TO ADD -password and username acc to each user.

--after successful login new tab opens--

taskm.html - contains 3-4 modules

page.css - css for taskm.html

list.js - contains 3-4 module functions(add,del,edit,completed).