Skip to content

THAMITHA/coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript & Angular Coding Tasks

This repository contains multiple small coding tasks, ranging from Angular API integration to JavaScript DOM manipulation and form validation.


1. Paginated Table in Angular

  • Description: Implement a paginated user table in Angular.
  • Notes: Requires a working API; replace the placeholder API URL with a valid one and include your API key.
  • GitHub: ToDoAngular

2. Fetch Users from API

  • Description: Fetch and display user data from a public API in Angular.
  • Notes: API key required — update the service file with your key.
  • GitHub: ToDoAngular

3. Find the Missing Number in a Sequence

  • Description: Given an array of n distinct numbers from 1 to (n+1) with one missing, find the missing number.
  • GitHub: missingSequence.js

4. Modify User List in HTML

  • Description: Add a new <li> element ("David") to the existing list and remove the first <li> element.
  • GitHub: userList.html

5. Form Validation in JavaScript

  • Description: Validate that username and password fields are not empty before form submission. If validation fails, show an error message; otherwise, log "Form Submitted" in the console.
  • GitHub: login-form.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published