
This website is intended toward assisting students who are searching for a place to live during their time in school by locating rental homes and apartments that meet their needs. Students can obtain lists of available rental houses in a certain region by conducting a search of the city or university in interest. For students who are unable to commute a significant distance from the apartment location, it also displays a list of nearby restaurants that are close to the rental premises.
Next.js Framework
We utilized useState and useEffect hooks to store values and retrieve those values based on user activity.
Tailwind.css Framework
and DaisyUI library
We used css libraries to design the layout of the website.
RapidAPI
We utilized axios to make the calls for rental properties around their area.
GoogleAPI
We utilitzed Google API to auto-complete address search, in order to get city and state information.
TomTom API (SDK)
We utilized the TomTom API To get nearby restaurants for students without cars, and display markers on the map.