Skip to content

Todo-App is basic website which you can use to manage your daily task. [I created this app while learning creating http-server using express framework]

Notifications You must be signed in to change notification settings

parthjadhao/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps that i followed to create a todo app

[Date-25 September 2023]

{Note:learn about fetch and promises conncept used in it more}

     while creatig a https server i learned various things
     i.middlewares
     ii.post,delete,get request methodes
     iii.status code
     iv.connecting backend to frontend by fetch library
     {
          sending the request from browser to http serveer through fetch
     }
     v.fixing cors error

[Date-06 Octomber 2023]
1.fetch data from input box using dom
2.and send data to http server from by fetch
3.http server store all the data in todos.json

 
[Date-09 Octomber 2023]
1.implmented connected delete button to delete route of our http server
2.Learning about reconsilation
3.created a reconsiler in replit
[link of replit: - https://replit.com/@ParthJadhao/reconsiliation#script.js ]
4.Assignment given by harkirate creating reconsiler of own which do state transition to be better

About

Todo-App is basic website which you can use to manage your daily task. [I created this app while learning creating http-server using express framework]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published