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

Implemented react pagination for /users #257

Closed natni closed 3 years ago

natni commented 3 years ago

This PR Resolves #256

This PR holds a script that implements React paging for /users

Testing

  1. Navigate to ui/react-ui folder
  2. Download packages and dependencies required to run the app using npm install
  3. Start the React app by typing npm start
  4. When the app is successfully running on your localhost, please press the /users button or type http://localhost:3000/users (assuming you hosted the app on localhost:3000) on your URL bar
  5. A paginated page that shows the list of users displays and should look like the picture below
  6. Scroll through pages by using the next buttons or clicking the page number

Screen Shot 2021-03-09 at 10 39 58 PM

DATE ACTIVITY TIME
03/07 Research on the best way to implement pagination 1 hour
03/09 Writing a script for implementing pagination 3 hour