webahead14 / clinic-client

0 stars 3 forks source link

Homepage surveys #6

Closed Karyum closed 2 years ago

Karyum commented 2 years ago

After the login page the user is presented with the homepage where he can select which surveys he/she has to go through. you can see this page in http://localhost:3000/home.

To get the surveys you will need to request them from the API at https://wa14-clinic-api.herokuapp.com/api/client/surveys/1 (GET request)

The code needs to be written in pages/Home component, you will also find the logo in that folder.

homepage-surveys