Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Arnav Pandey/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.