Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.32 KB

README.md

File metadata and controls

65 lines (53 loc) · 2.32 KB

🌅 Sunshine-D8 🌅

An application made for Floridians to find food, drinks, and activities for your special date.

📝Description 📝

The concept of our project is the facilitation of deciding what to do for date night. Our goal is make date-planning easier, complete with customized suggestions based on user input. The categories will be:

  • Food & Drinks
  • Activities

Website

Webpage Components

Libraries​:

  • HTML5
  • CSS
  • Bootstrap
  • Jquery
  • API calls using AJAX

⚛️ APIs ⚛️

  • Yelp Fusion -- We used this API to pull details from Yelp’s database for two searches: Restaurants & Activities. We created selector fields for type and zip code for each to return appropriate results. (AJAX Used to pull data)

  • Map Box -- We used this API to show where the results pulled from Yelp are located. The user can quickly see where the various results are based on the interactive map. (AJAX Used to pull data)

🔌 Plugin 🔌

Vanilla Javascript Plug In: X-Ray.js This was used on our sign-in homepage form. This script was used as our group's new technology implemented in our application. This script shows and hide password strings in your password field when needed.

🔁 Repeating Elements 🔁

Yelp API Displays

Using for loops, we generated repeating elements for activities and restaurants:

  • Image
  • Business Name
  • Phone Number
  • Rating
  • Link to Reviews on Yelp

🔆 Design Layout 🔆

  • CSS
  • Bootstrap:
  • Cards
  • Modals
  • Columns/Rows
  • Buttons
  • Nav Bar

🤓 Validation Specs 🤓

  • Log-In Authentication= required
  • Both search fields (type and zip)= required
  • Zip Code- Limited to 5 characters
  • Avoided alerts by using Modals and “Required” for Sign In and Search functions

🖊️ Authors 🖊️