Welcome to the Demo Days Mycology App! This web application allows users to explore and learn about various fungi species. Whether you're a beginner or an expert in mycology, this app will offer an interactive and informative experience.
The app provides:
- Species library: Learn about different mushroom species, their characteristics, and their habitats.
- Search functionality: Find species by name, edibility, and other features.
- Filters: Sort mushrooms by categories like edible, poisonous, medicinal, and more.
- Interactive UI: Dynamic features like search results and sorting.
- Responsive design: Works on both desktop and mobile devices.
You can check out the live version of the app here:
Mycology App Demo (Link will go here once deployed)
- Search for Species: Users can search for species by name or characteristic. Results are displayed dynamically as you type.
- Detailed Species Pages: Each mushroom has its own page with detailed information about its appearance, habitat, toxicity, medicinal uses, and more.
- Filter and Categorization: Sort species by categories such as Edible, Poisonous, Medicinal, etc.
- Responsive Design: The app adapts to various screen sizes, ensuring a seamless experience on both mobile and desktop.
- Image Gallery: View images of different species to help with identification.
- Frontend:
- HTML: Structure and layout of the pages.
- CSS: Styling and visual design (using frameworks like Bootstrap or Tailwind).
- JavaScript: Provides dynamic features such as real-time search and data filtering.
- Backend (optional):
- Node.js/Express: Server-side code for handling requests and serving data.
- MongoDB: Database for storing species information (if dynamic data is needed).
- API (optional): A third-party Mycology API or a static data source to pull species data.
Make sure you have the following installed:
Clone this repository to your local machine:
git clone https://github.com/your-username/demo-days-mycology-app.git