Giter VIP home page Giter VIP logo

rai_task_4's Introduction

RAI_Task_4

PHP, Javascript, AJAX, jQuery

##Dynamic Web Page Create a web page to store and manage data.
There are 2 user roles : admin and user

  • user can input new data and view all data he/she has submitted
  • admin can view data users and all data that has been submitted The web page must have atleast :
  • login page
  • user registration page
  • admin menu page
    • view user
    • view data
  • user menu page
    • input form

##PHP - Form and Database

  • create session and cookies for each user that log in the web
  • user basic CRUD syntax to manage the data in database. do not use framework or jQuery
  • user data registration must have at least
    • username (as ID),
    • password,
    • name,
    • email,
    • place of birth (use dropdown list),
    • date of birth

##CSS

  • create a responsive dropdown menu layout

##Javascript --DONE

  • create an email validation in registration form
  • create password validation in registration form (comparing 2 password input)
  • create 2 dropdown lists for place of birth input, create a dynamic dropdown menu to show province/state and city of birth

##AJAX

  • search data user from database using AJAX
  • on admin page to view user table
  • on load, view all user data
  • search data user using AJAX
  • create login form using AJAX
  • validate login
  • try to add animation when login failed by updating the DOM using AJAX

##jQuery

  • create a datepicker using jQuery
  • view table data in user page using jQuery + JSON

rai_task_4's People

Contributors

adf-telkomuniv avatar dieka13 avatar

Watchers

James Cloos 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.