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.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/SupreetTadeparti/bioalmanac.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Access the application in your web browser at
http://localhost:3000
.