#About the application
In this application, the user is shown a user registration form to fill in the details. If all the details submitted pass the respective validations as per the requirement, a new row will be appended to the table with all the submitted details.
Apart from that,the table already contains pre filled data that has been fetched from the URL:https://jsonplaceholder.typicode.com/users using Fetch API.
#How to run the application
There are three files main files in the repository apart from the readme file:
- user.html
- style.css
- app.js : contains all the javascript code that validates and fetches the data.
The user has to execute the user.html file to run the application.
- User Form
- User Form Validations
- Information fetched using API