A curated collection of projects, reports, and design artifacts developed for CSE 3201: Software Development II.
This repository demonstrates practical applications of software engineering concepts including:
- Object-Oriented Design (OOD)
- System Analysis & Design
- GUI-oriented application planning
- Database and data management modeling
- Software project documentation and reporting
This repository currently includes two major academic project tracks:
A software system concept focused on streamlining blood donor and recipient workflows, with supporting documentation and design materials.
A broader healthcare management project exploring modules such as patient handling, medical records flow, and administrative processes through structured software engineering deliverables.
Software-Development-II/
├── Blood Donation System/
├── Hospital Management System/
├── LICENSE
└── README.md
Each project folder may contain implementation files, reports, diagrams, and other coursework artifacts.
The work in this repository aligns with common Software Development II outcomes:
- Translate real-world problem domains into software requirements.
- Perform system analysis and create structured solution designs.
- Apply object-oriented principles to model entities and interactions.
- Plan user-facing workflows and GUI structure.
- Design and document data organization strategies.
- Produce professional academic documentation for software projects.
Depending on the project stage, folders may include:
- Requirement specifications
- Use-case modeling or analysis notes
- UML or architectural diagrams
- ER diagrams / database design documents
- Project proposals
- Mid/final project reports
- Source code prototypes or implementation snapshots
- Presentation/supporting materials
This repository is coursework-oriented, so the exact technology stack may vary by project. Commonly used elements in this type of work include:
- Programming languages relevant to course labs/projects
- GUI development frameworks
- Relational database concepts and schema design
- Diagram/design tools (for UML, ERD, and process modeling)
Open the repository in GitHub and navigate into each project directory to review artifacts.
git clone https://github.com/Nazmussakib247/Software-Development-II.git
cd Software-Development-II- Enter a project folder (
Blood Donation SystemorHospital Management System) - Read available reports/specifications first
- Then run or inspect code artifacts (if included)
This repository is part of coursework for:
- Course: CSE 3201 — Software Development II
- Purpose: Practical and documented application of software engineering theory
This is primarily an academic repository. If collaborators/instructors are involved:
- Create a feature branch
- Commit changes with clear messages
- Open a pull request with a concise summary
- Keep documentation in sync with implementation updates
This project is licensed under the MIT License. See the LICENSE file for details.
Nazmussakib247
GitHub: @Nazmussakib247