Animal Wildlife Guide is a Kenya-based wildlife web application that helps users discover animals found across Kenya, their locations, and conservation services. The project uses HTML, CSS, and JavaScript to provide search, filtering, form validation, dynamic content display, and localStorage data persistence while promoting wildlife conservation
# ANIMAL WILDLIFE GUIDE
## Project Overview
Animal Wildlife Guide is a Kenya-based wildlife web application that helps users discover different animals found across Kenya, their locations, and conservation services available in those areas. The website promotes wildlife education, animal reserves, animal orphanage awareness, and conservation efforts.
The project was developed using HTML, CSS, and JavaScript.
# Problem Statement
Many people do not know where specific animals can be found in Kenya or the conservation services available in wildlife areas. This project solves that problem by creating an interactive platform where users can explore animals, wildlife locations, and conservation information.
# Purpose of the Project
The purpose of this project is to:
- Promote wildlife conservation awareness
- Educate users about animals found in Kenya
- Help users discover wildlife parks and reserves
- Practice frontend web development skills
- Demonstrate JavaScript DOM manipulation and localStorage usage
# Features
## HTML Features
- Semantic HTML structure
- Multiple interconnected pages
- Navigation bar
- Footer section
- Wildlife information sections
- User input forms
## CSS Features
- Responsive design
- Flexbox layouts
- Mobile-friendly interface
- Styled cards and sections
- Consistent color scheme
## JavaScript Features
- DOM manipulation
- Dynamic content display
- Search functionality
- Category filtering
- Form validation
- Error handling
- Event listeners
- localStorage data persistence
# Animal Categories
The project groups wildlife into categories including:
- Large Herbivores
- Carnivores
- Primates
- Antelopes & Ungulates
- Elusive Mammals
---
# Technologies Used
- HTML5
- CSS3
- JavaScript
- LocalStorage
- Git & GitHub
# Pages
| Page | Description |
|------|-------------|
| home.html | Homepage and wildlife overview |
| animals.html | Displays animals dynamically |
| services.html | Wildlife services and conservation information |
# …