Code Monkey home page Code Monkey logo

tasks's Introduction

tasks

It contains files regarding VLINK training.

Week 1:

task1:a)Create a form with 2 elements.
    b)Elements should not be blank and to check validation of blank values.
    c)Whatever input is given print that on web page.
    d)Have a button to clear all values on page.
task:
Problem Statement for the Week:
1. Create an employee registration form (minimum 5 fields)
2. In the form create a select box for birth year and populate the year in the select box using a for loop from the javascript
3. In the form create a select box for state and populate the state in the select box using a for loop from the javascript (Hint: Create an array of state values and load that array in the select box)
4. Check for single and multiple validation. If error, show an error as alert box
5. Once you click on the button, show the data in a tabular format. With the label and value associated to it. For example: Name: ABC, Year: 1965
6. Have a button to reset the data 
[email protected]

Week 2:

Problem Statement:

1. Create a form with 7 fields: name, email, mobile no., date of birth, state, city, password.
2. Populate date of birth drop down, state, and city, using ng-repeat
3. Display 10 records, in a table format
4. Create a filter by name and email searching
5. Create a button to order the values by name or by email. (Two buttons, one for name and one for email).
6. For the input button, if the input is blank, the color should change to red and if input is given, the color should be normal which is white.

tasks's People

Contributors

akshaytoshniwal avatar maheshnikam786 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.