From aa8c18a6e99604d3f73d5a6734f4893d26c8144e Mon Sep 17 00:00:00 2001 From: Arnav Pandey <82727140+Arpanet007@users.noreply.github.com> Date: Sat, 29 May 2021 23:40:50 +0530 Subject: [PATCH] updated readme file after assignment 3 --- Arnav Pandey/Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Arnav Pandey/Readme.md b/Arnav Pandey/Readme.md index 717f4a4..f779556 100644 --- a/Arnav Pandey/Readme.md +++ b/Arnav Pandey/Readme.md @@ -6,3 +6,12 @@ Link to repo-https://github.com/Arpanet007/ACA-FSWD-2021.git # Assignment two- This was my first encounter with HTML and CSS.I created my first web page(link- https://arpanet007.github.io/ ). Link to repo- https://github.com/Arpanet007/Arpanet007.github.io.git + +# Assignment three- +Learnt the basics of Javascript (JS ES6);We made:- + +1.)A javascript file which contained all the necessary functions required to make the HTTP requests to the different endpoints of the server and it displayed the returned data on the HTML page. + +2.)One HTML file-This HTML file will provide a user interface to a user to make the different requests and view the data returned. It will contain mostly buttons and input fields. For example for the /register endpoint, there should be 3 input fields in the HTML page like 'Name', 'Data', 'Token' and a submit button. When a user fills in the details and clicks the submit button, the javascript part should make a request to the server with all the necessary information and display the result to the user. + +