Skip to content

hello-pearl/fullstack-code-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pearl Fullstack Code Challenge

Create an application in Javascript/NodeJS that allows users to enter a search term for a food category (e.g. sushi, burgers) and a city to search around and returns a "food tour" of the highest rated locations that category.

Required Features

  1. User should be able to enter a Address/City/State or Zipcode within the US in the location box and a search radius.
  2. The application should return a list of the top restaurants within the search radius of that location.
  3. The list should be sortable and filterable by distance, name, and star rating.
  4. From that list, the user should be able to select the stops they want to add to the tour and reorder them.
  5. Once the user has confirmed their selection, the application should generate a downloadable list in the user's preferred format (PDF, CSV, or JSON).
  6. Add the ability to mark certain tours as favorites and have them persist when the application is refreshed.
  7. The application must have a friendly user experience and a modern, approachable UI.

Extras you can add

  • Add a sharing feature which allows users to send their tour to their friends via any method you choose.
  • Add a date picker and show weather data for that tour location on the chosen date.

Useful Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published