Home

Awesome

README

A responsive (phone, tablet, desktop) web application that allows the user to quick filter a list of campgrounds. I used National Park Service's open public API to pull campground-related data. The top of the page has a search input field and below that, there are a list of campgrounds in response to the filter. The campgrounds are sorted alphabetically, unique, and I removed any names with less than 3 characters.

Deployed to Heroku

Quick-Search Live

For more info on the open public API.

API Documentation

Limit with API key is 1000 requests/hr.

Using the open public API documentation to fetch 50 campground results takes about 10-13sec.

Primary technologies and libraries used

Features & Implementation

Gifs of Web App

search_filter

pagination

responsive

To run locally:

Future Plans