You will generally work in pairs for the lab exercises, and we encourage you to ask questions and to collaborate with others. Note, however, that this week you should work individually on the programming exercise so that you configure your own development environment completely.
Creativity is a key element of innovation in software.
Identify two possible team projects for this semester, both portable apps, but of the following two sorts.
One short paragraph should be sufficient for each idea. Record your
proposals in a simple ASCII text file (ideas.txt
) so
that you can submit it later.
We’d like to know a little bit about you so we can more effectively divide the class into teams.
Please answer following questions:
Demographics
What is your class level? (freshman, sophomore, junior, senior, [super-]+senior)
What is your major? (BCS, CS+, …)
What letter grades did you get in CS 112 and 212?
What CS 262 section are you in (A or B)? Can you attend the full Friday lab session, and, therefore, be on a team with members of the other class section?
Technical
Have you worked on any of the following things:
If so, what (briefly) have you done?
Have you used any of the following tools:
If so, what have you used an how (briefly) have you used it?
If you’d like, talk to other students or use the Moodle forum to form groups interested in particular project ideas.
Personality
What is your big-five personality type? Please include these scores in your lab solution and, if you haven’t already done so, enter them using this form as well: CS 262 - Personality Traits. (See the reading guide for how to determine this. Please, give the five trait values only.)
Is there anyone you’d really like (or not like!) to work with? We’ll do our best to honor your requests here.
Is there anything else you’d like us to know about you before assigning you to a project team?
Save your answers in an ASCII file (teams.txt
) so that
you can submit them as part of this lab assignment. If you work on a
team of two students, please put both of your names in this file.
The lab machines are configured to run the technologies and tools you’ll need in this course, but we suggest that you configure your own machine to do your work.
Do Expo’s hello-world application as specified in Introduction to Expo (see the sample output to the right). Notes:
When you have the app running on your device, create a text file
(README.md
) in the root of your lab directory that
documents the application and includes one-sentence explanations (or
your best guess) of the purpose
of each of the following files/directories in your project code:
app/(tabs)/index.tsx
package.json
node_modules/
.gitignore
Be prepared to submit your (modified)
App/(tabs)/index.tsx
and
README.md
files.
Submit the files specified above in Moodle under lab 1. Please submit them as separate (text!) files, not as a ZIP file, or as DOCX files, etc. We will grade your work according to the following criteria:
Lab assignments are always due by 11:59pm Saturday, the day after the lab.