A responsive, front-end web application built during a 36-hour hackathon to simulate a patient-surgeon portal. The platform allows patients to view doctor information, surgery details, and pre/post-op checklists in a clean, interactive dashboard - all without a real backend.
- π§ββοΈ Doctor Details β Display surgeon name, contact info, and specialties
- π Pre/Post-Surgery Checklist β Structured task view for patient preparation and recovery
- π₯οΈ Simulated Authentication β Hardcoded login to mock real-world access flow
- π§ Dynamic Dashboard UI β 3-section layout for clarity and accessibility
- β‘ Delivered MVP in 36 hours β Designed, built, and presented under tight hackathon constraints
- React β Component-based UI
- React Router DOM β SPA routing across key dashboard sections
- Node.js / Express (Planned) β Backend architecture for future real deployment
- MongoDB (Planned) β Intended for persistent user/surgery data post-hackathon
git clone https://github.com/jacksonbryantFGCU/arthrex-mysurgery.git
cd arthrex-mysurgery
npm install
npm run devThen open your browser and go to http://localhost:3000.
This project sharpened my skills in rapid prototyping, UI/UX decision-making under pressure, and front-end architecture. It also taught me how to prioritize MVP features in a collaborative, time-constrained environment.
A demo link will be available soon.
This project is open-source and available under the MIT License.