Welcome to National Park Explorer! This React app allows users to explore various information about the 63 national parks in the United States. Utilizing the National Park Service API, users can access a plethora of data including park hours, activities, climate details, and alerts.
- Photo Gallery: Browse through stunning photo galleries of each national park to get a glimpse of their natural beauty.
- Park Information: Access detailed information about each park including hours of operation, available activities, climate conditions, and alerts.
- Interactive Interface: Enjoy a user-friendly interface that makes navigating through the parks seamless and enjoyable.
- React: Built using React, a JavaScript library for building user interfaces.
- National Park Service API: Leveraged the National Park Service API to fetch data about the national parks.
- Clone the repository:
git clone https://github.com/your-username/national-park-explorer.git
- Navigate to the project directory:
cd park-explorer
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to http://localhost:3000 to view the app.
- Upon launching the app, you will be presented with a menu of national parks.
- Select a park from the dropdown menu and click "Submit" to view detailed information about the selected park.
- Explore different parks by selecting a new park from the dropdown menu.