portfolio - REACT.JS, JavaScript

Here are my school (British Columbia Institute of Technology) REACT.JS Web Applications (USERS LIST & BOOKS APP) I have worked on.




[Instagram App (JavaScript)]


















Title Lab 2

[Code Files]

lab2.txt
Client BCIT COMP3015
Due Date May 5, 2018
Objective The purpose of this lab is to work with functions and time stamps.
Specifications
  1. trim(), date().
  2. Define your own function at the top of file called moments that takes in one parameter
Skills PHP
Notes
  1. A starter_kit.zip was provided by my instructor.
  2. HTML, CSS, bootstrap, JavaScript were set up by my instructor.
Link Lab 1
Title Lab 3

[Code Files]

lab3.txt
functions.txt
Client BCIT COMP3015
Due Date May 13, 2018
Objective The purpose of this lab is to work with forms and arrays.
Specifications
  1. Refactor the code so that the moments() function is in a separate file named functions.php
  2. require() this file in lab3.php
  3. Modfiy the form so that it POSTs to itself – lab3.php
  4. be sure to also add in the name attributes for the input elements
  5. All input fields are required. If an input field is missing, display an error message
  6. If all input fields are provided, display a thank you message with the authors full name and current time.
  7. ie. this will do fine
    Thank you Gary Tong for posting! September 25th, 2017.
Skills PHP
Notes
  1. A starter_kit.zip was provided by my instructor.
  2. HTML, CSS, bootstrap, JavaScript were set up by my instructor.
Link Lab 3
NOTE: Requirements above are excerpts from my COMP1850 instructor's instruction sheets.