This program will suggests attractions to visit to potential visitors based on attributes that the visitor would enter.
This program was created for the 2022 FBLA Coding and Programming Event.
Written in Python (Following the PEP-8 Style Guide), HTML, CSS, and JSON
- the app starts at
server.pywhich is the python program of the code. - add frameworks and packages in
requirements.txt
- gfg: pulls user inputs from HTML file into python program
- surround_search: Filters locations by users desired attributes and returns them
- get_geo_coord: converts users locations into geocoordinates
- the first site the user sees is
index.htmlwhich is where the user would enter their desired attributes faq.htmlis the webstie the users would go to if they have any questions about the programcommon.cssis the css used for the HTML pagesoutput.htmlis the website where the users would see the output of their entry, which would show possible locations to visit
- The user inputs the desired attributes that they would prefer in their location
- Filter the data by the users desired attributes
- Return the top 5 locations the user could visit