Skip to content

CalebVred/cs262

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdcaf89 · Nov 14, 2020

History

28 Commits
Oct 8, 2020
Sep 18, 2020
Sep 18, 2020
Nov 7, 2020
Nov 12, 2020
Nov 12, 2020
Oct 30, 2020
Sep 19, 2020
Nov 7, 2020
Sep 25, 2020
Nov 14, 2020
Oct 22, 2020
Oct 17, 2020
Oct 24, 2020
Nov 12, 2020
Nov 14, 2020
Oct 2, 2020
Oct 28, 2020
Sep 18, 2020

Repository files navigation

CS 262 - Lab #1

This lab is based on Lab 1

I had to create a make a React Native app that said "Hello Expo"

Answers to the lab questions: *myNewProject A Javascript app that displays a "hello expo" message

  • App.js is container the code for the app itself
  • node_modules contains all the modules used in implementing the node_js application
  • .gitignore is a file that lists all files, directories, etc. that are not to be committed and pushed to the repository

#CS 262 - Lab #2 This lab is based on Lab 2

I had to make an app that would take in a Name and a button that would increment their age (starting at 0) and add that new age to a flatlist beneath the button.

Answer to the lab questions:

  • clickHandler is the name of the component
  • 'age' is a state component and placeholder is a prop component. You can change the former but not the latter
  • Curly braces are used to get html variables
  • An anonymous function is used to set the name
  • No, it's all javascript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published