The Pollinator Pathways Website is a React-based application designed for an environmental organization. It features a gallery of images, a search and filter system for discovering groups, and a responsive design. This project demonstrates skills in React, state management, and modern web development.
- Search Functionality: Search for groups with a keyword search bar.
- Dynamic Filtering: Filter groups by location and type.
- Interactive Gallery: View and rearrange images in a responsive gallery.
- Responsive Design: Optimized for various screen sizes using Tailwind CSS.
- React: For building the UI and managing state.
- React Router: For navigation between pages.
- Tailwind CSS: For styling and responsive design.
- JavaScript: For dynamic content updates and user interactions.
src/: Contains source code.components/: IncludesNavbar,Footer, and page components (Home,About,Projects, etc.).scripts/: Manages functionality, e.g.,groups.jsxfor filtering.assets/: Static assets like images.
- Clone the repository:
git clone https://github.com/evanmaus/pollinator-pathways-website.git
