A fun static website built with HTML, CSS, and JavaScript that shares interesting primate facts and cute monkey pictures to brighten your day.
About the Project: The Primate Website is a small interactive site designed to entertain users with funny and interesting facts about primates while also showing cute monkey images. The project was built from scratch as a way to practice writing real HTML, CSS, and JavaScript without relying on AI-generated code..
Features:
- Random primate fun fact generator
- Animated popup that displays a new fact each time the button is clicked
- Button click sound for interaction feedback
- Monkey gallery with a spinning image carousel effect
- Custom jungle-themed styling
- Navigation between the main page and gallery page
- HTML for page structure
- CSS for styling, layout, and animations
- JavaScript for interactivity, random facts, and event handling
- How to structure and connect multiple HTML pages
- Styling layouts and animations using CSS
- Using JavaScript to dynamically update content on a page
- Implementing event listeners and interactive UI elements
- Debugging layout and script issues during development