Skip to content

Frontend MVP complete #2

Merged
merged 8 commits into from Mar 29, 2020
Merged

Frontend MVP complete #2

merged 8 commits into from Mar 29, 2020

Commits on Mar 27, 2020

  1. Frontend setup

    Creating a new react app using the react CLI
    reisborw committed Mar 27, 2020
    Copy the full SHA
    ef7289f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. React clean up

    Deleting all unecessary files and code to start the app development
    reisborw committed Mar 28, 2020
    Copy the full SHA
    f01704f View commit details
    Browse the repository at this point in the history
  2. Layout for login page complete

    Global CSS defined
    JSX and CSS for login page complete
    reisborw committed Mar 28, 2020
    Copy the full SHA
    c1af76a View commit details
    Browse the repository at this point in the history
  3. Implemented react routes

    Changed the app to use routes rather than specific components
    Started to write the register page JSX structure
    reisborw committed Mar 28, 2020
    Copy the full SHA
    be06030 View commit details
    Browse the repository at this point in the history
  4. Layout for register page complete

    Completed the register page layout
    Fixed some details on login page
    reisborw committed Mar 28, 2020
    Copy the full SHA
    5e69c2c View commit details
    Browse the repository at this point in the history
  5. Layout for profile page complete

    JSX and CSS for profile page finished
    reisborw committed Mar 28, 2020
    Copy the full SHA
    b3d3918 View commit details
    Browse the repository at this point in the history
  6. Layout for help request page is complete

    Form to request help is complete
    reisborw committed Mar 28, 2020
    Copy the full SHA
    6abfbcd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Connecting backend API

    Connected the backend API to the frontend layouts created previously
    reisborw committed Mar 29, 2020
    Copy the full SHA
    0d8aec7 View commit details
    Browse the repository at this point in the history