North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Fix the home page and implement the links #281

Closed jak-ashuraliev closed 3 years ago

jak-ashuraliev commented 3 years ago

Team 1 Sprint 5 Issue #237 Pull Request #281

Sprint 5 Goal: Fix the home page UI, implements the links and make it more user friendly.

Installing and Running React App

In your terminal, follow the below steps:

  1. Navigate to the correct directory:
    cd ui/react-ui
  2. Install all packages, modules, and dependencies:
    npm install
  3. Start the app in the development model:
    npm start

    Open http://localhost:3000/ to view it in the browser.

Screen Shot 2021-03-17 at 11 53 31 PM

Now you can test the endpoints by clicking the "SEND" button or by pressing the "ENTER" button after entering id/numbers in the input fields.

Please Note:

Fetching Report links are also implemented. Screen Shot 2021-03-18 at 12 00 34 AM But reports currently not returning any data. See attached. Screen Shot 2021-03-17 at 11 59 30 PM

Time Spent

DATE ACTIVITY TIME
n/a Review and understand the code 2 hours
n/a Research 2 hours
n/a Testing 1 hour
n/a TOTAL HOURS SPENT 5 hours

Additional Documentation