Skip to content

Bioscope is a modern web application built with React 18 and Bootstrap 5, designed to display and explore different types of bacteria. Users can search bacteria by name or group, apply filters, and view detailed bacteria cards with images, descriptions, and classifications.

Notifications You must be signed in to change notification settings

ImrenR/BioScope-Explorer

Repository files navigation

Bioscope

Bioscope is a React-based web application that allows users to explore different types of bacteria. It provides search and filtering functionality with a clean Bootstrap-based UI.


Features

  • Search bacteria by name or group.
  • Bacteria cards with image, description, and group information.
  • Filter section (Gram Positive / Gram Negative dropdown and filters button).
  • Responsive Navbar with brand, navigation links, and search bar.
  • Styled with Bootstrap 5 + custom CSS.
  • Interactive UI with hover effects and modern fonts.

Tech Stack

  • React 18 (functional components + hooks)

  • Bootstrap 5 (layout and responsiveness)

  • React Icons (react-icons/io5 for filter icon)

  • Custom CSS with Google Fonts


Project Structure

src/
 ├── App.jsx               
 ├── index.js             
 ├── Components/
 │    ├── BacteriaCard.jsx  
 │    ├── GramPN.jsx      
 │    ├── NavBar.jsx      
 ├── Helper/
 │    └── Bacterium.js      
 ├── pages/
 │    └── Home.jsx        
 ├── assets/
 │    └── images/        
 └── styles/
      └── index.css       

Installation

  • Clone the repository:

git clone https://github.com/ImrenR/bioscope.git cd bioscope

  • Install dependencies:

npm install

  • Start the development server:

npm run dev

Author

Developed by ImrenR

Open to contributions, suggestions, and feedback!

About

Bioscope is a modern web application built with React 18 and Bootstrap 5, designed to display and explore different types of bacteria. Users can search bacteria by name or group, apply filters, and view detailed bacteria cards with images, descriptions, and classifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published