This is a web application that shows various amenities in your local area.
The app can be visited on Surge: Amenities-App
- Clone the repository and install npm
> git clone git@github.com:Yojim6o/Amenities-App-React.git
> cd Amenities-App-React
> npm install
> npm start
- Visit the project at http://localhost:3000.
- Simply press the "My Location" button and the app will direct you to a page showcasing the nearby top rated amenities.
- Click the slider buttons to scroll through the amenities of the currently selected category.
- Use the sidebar buttons to switch amenity categories.
- To see amenities outside of your area, replace the city and state in the URL with the location you want to search.
Please let me know! I will continue to refactor and improve the application.
- SNT Media design
- Yelp API
- Google Geolocation Services
- Create-React-App