tanav-kambhampati / student2

This is the updated template repository.
MIT License
0 stars 0 forks source link

CSP Final Writeup #12

Open tanav-kambhampati opened 1 month ago

tanav-kambhampati commented 1 month ago

Group: Tanav K & Anvay Y

What we're making: We wanted to add a feature where jobs are recommended to people based on their location. The program will ask for a person's location and store that. It will look for jobs that are in nearby cities and then it will recommend jobs for them. Location will be found through the browser and the map will be made using an online Api.

image

It will search for all objects in the database (Big O notation) and find the closest job available. This feature now also allows users to find jobs based on accessibility (location).