Skip to content

abhinavv245/js-challenge-for-abhinavv245

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

js-challenge-for-abhinavv245

#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:

  1. user.html
  2. style.css
  3. 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.

  1. User Form

UserHome

  1. User Form Validations

Form validations

  1. Information fetched using API

FetchedInfo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published