SchoolOfCode / final-project-stretch-goals

final-project-stretch-goals created by GitHub Classroom
0 stars 2 forks source link

Frontend - Create a search form #5

Open marksgilligan opened 4 years ago

marksgilligan commented 4 years ago

This is where users will search for tutors based on a number of parameters. We will need to have a single main input that searches subjects.

marksgilligan commented 4 years ago

Create an input field that's value is tracked by a useState. Whilst the user is typing in the input field a drop down list will appear showing suggested subjects to the user. Create button that has fetch request to backend relating to the subject column in the db. This button will also operate a turnery on the "main" page that swaps this search component for the on with the advanced search features. Manage the layout using a grid structure based on grid-template area. image