Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.33 KB

BioAlmanac

BioAlmanac is a web application that showcases information about endangered and extinct plants and animals. The application aims to raise awareness about the importance of biodiversity conservation and educate users about the causes of endangerment and extinction.

Features

  • Browse and search a comprehensive collection of endangered and extinct plants and animals.
  • View detailed information, including images and descriptions, for each species.
  • Learn about the causes of endangerment and extinction through educational content.
  • Understand the significance of biodiversity conservation and its impact on the planet.
  • Take action by exploring conservation initiatives and practical steps to support biodiversity.

Technologies Used

  • Flask: A Python web framework for building the application backend.
  • HTML: Markup language for creating the structure of the web pages.
  • CSS: Stylesheet language for styling the web pages.
  • JavaScript: Programming language for adding interactivity and dynamic elements to the application.

Installation

  1. Clone the repository:

git clone https://github.com/SupreetTadeparti/bioalmanac.git

  1. Install the required dependencies:

pip install -r requirements.txt

  1. Run the application:

python app.py

  1. Access the application in your web browser at http://localhost:3000.