Skip to content

Instantly share code, notes, and snippets.

View friotious's full-sized avatar
💭
In training

Rio Foster friotious

💭
In training
  • Port Townsend, WA
View GitHub Profile

React Router Prework

This gist contains a short assignment I'd like everyone to complete before our formal lesson. The prework involves reading some of the React Router documentation, and will allow us to keep the lesson more hands on.

Instructions

  1. Fork this gist
  2. On your own copy, go through the listed readings and answer associated questions

You will not be turning this in; it's for your own understanding/learning/benefit 😁

@friotious
friotious / Mod3_PreWork.md
Last active May 7, 2022 00:21
mod3 preWork

Mod3 pre-work deliverables

  1. What is a "data model", and how does it relate to the DOM in a front-end application?

    A data model is how you structure/organize a set of data and how it will be displayed.
    The data model is referred to in the DOM as to what to display or modify.

  2. What is a "framework?" And how does it differ from a "library?"

FitLit


Project Description


The FitLit app is a fitness app that allows the user to view a personal fitness profile with data relating to sleep, hydration, and steps. We built this app with TDD. A dashboard for viewing user data was built with HTML and CSS. THe data displayed was from a fetch API and we built multiple classes to structure it for display. Prototype methods were used to iterate through the fetched data in each class in order to display desired info for the user.

Checklist/Rubric

To make a copy of this rubric:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • I named my directories correctly.