Nickarmani03 / WhoDunIt-Client

0 stars 0 forks source link

initial component and Auth #18

Closed Nickarmani03 closed 3 years ago

Nickarmani03 commented 3 years ago

Changes Made

  1. Added files and modified files below to add components. the first component will be the AUTH in order to LOGIN and also REGISTER a person to utilize the app. the REGISTER will allow a new user to be authorized and assigned a token to login.
  2. added Profile.js to display a users profile when user clicks on the profile tab to see current users profiles and what movie night they will be attending. finishing up on the backend of profiles as well so the Profile provider can link my fetch calls with the Server side.

    whodunit/PULL_REQUEST_TEMPLATE.md whodunit/README.md whodunit/src/components/auth/Login.js whodunit/src/components/auth/Register.js whodunit/src/components/auth/Profile.js whodunit/src/components/auth/ProfileProvider.js whodunit/src/index.js

also added some light CSS throughout to see something nice rendered to the page whodunit/src/components/auth/Auth.css whodunit/src/components/auth/Profile.css whodunit/src/index.css

Steps to Review

  1. Checkout this branch locally.
    git fetch --all
    git checkout components
  2. Open a new Terminal tab (⌘T) and navigate to the server directory.
  3. Test app functionality.

    Instructions for how reviewer can test functionality, and detailed description of what the expected outcome is. Example: When user does BLANK, then BLANK should happen.

  4. View code file.

    Confirm file modifications are present as indicated above. Confirm no unused code or extraneous comments exist.