{"id":31574504,"url":"https://github.com/codercreative/nps-app","last_synced_at":"2026-04-13T13:01:36.193Z","repository":{"id":316633051,"uuid":"1062014389","full_name":"codercreative/nps-app","owner":"codercreative","description":"National Park Service app using React and Vite","archived":false,"fork":false,"pushed_at":"2025-10-15T00:02:51.000Z","size":107,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-15T04:48:05.388Z","etag":null,"topics":["css-modules","hooks","nps-api","react","react-router","usecallback","useeffect"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codercreative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T17:30:50.000Z","updated_at":"2025-10-15T00:02:54.000Z","dependencies_parsed_at":"2025-10-15T04:09:30.268Z","dependency_job_id":"069eed15-845c-4deb-9f7b-2cb30dbe1a40","html_url":"https://github.com/codercreative/nps-app","commit_stats":null,"previous_names":["codercreative/nps-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codercreative/nps-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercreative%2Fnps-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercreative%2Fnps-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercreative%2Fnps-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercreative%2Fnps-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codercreative","download_url":"https://codeload.github.com/codercreative/nps-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codercreative%2Fnps-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-modules","hooks","nps-api","react","react-router","usecallback","useeffect"],"created_at":"2025-10-05T16:06:33.393Z","updated_at":"2026-04-13T13:01:36.187Z","avatar_url":"https://github.com/codercreative.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NPS - National Park Service App\n\nA National Park Service app built with **React** and **Vite**. This project is part of [Code the Dream's](https://codethedream.org/) React course.\n\n## Reason for Working on a National Park Service App\n\nIt is fun to work on a site about nature as this is something we all enjoy! Also, I love working with beautiful images - and the NPS API provides a rich supply.\n\n## Description\n\nThis US National Parks app's home page showcases the breathtaking view of Yosemite, CA. The user is invited to \"Go Explore\" via the CTA button, which takes the user to a paginated list of all the US National Parks allowing the user to search by park name or browse the full list. Selecting a park opens a page with all the details for that park and the user can save the park to a \"My Parks\" page by clicking on the heart icon. Saved parks persist via Local Storage and the user can remove parks by clicking the heart icon. Clicking a park from the \"My Parks\" page also opens the detailed park view.\n\nThis app uses React Router library for smooth navigation between the pages and NavLink to highlight active/inactive pages for better UX.\n\n## Details on Added Dependencies\n\nInstalled React Router. This library allows the user to navigate between different page views in my Single Page Application (SPA) without reloading the entire app / API.\n\n## Instructions on How to Install and Run\n\n- Copy the project URL and navigate to the folder on your local machine where you want to download the repo. Use the command `git clone` followed by the copied URL.\n\n- Use `cd nps-app` to navigate to the folder. Run `npm install` (installing dependencies) and `npm run dev` (start the development server).\n\n## Details needed for an API Connection\n\n- This project uses the US National Park Service API which requires an API key.\n- Visit the [NPS API documentation page](https://www.nps.gov/subjects/developer/api-documentation.htm) or go to the [Get Started Page](https://www.nps.gov/subjects/developer/get-started.htm).\n- Fill in your first and last name, and email address (the reason for use is optional).\n- The API key will be emailed to you right away.\n- **Create an `.env.local` file in the root of your project and replace the api_key placeholder with your API key. See below.**\n\n  ```env\n  VITE_API_KEY=your_api_key_here\n  ```\n\n## Credits and API Access\n\n- A shout-out to **US National Park Services** for granting access to their NPS API for free.\n- Please note that all images on this app display credit to NPS Photo and/ or the photographer's name.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodercreative%2Fnps-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodercreative%2Fnps-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodercreative%2Fnps-app/lists"}