A modern healthcare dashboard built from a Figma design, developed as a frontend coding challenge. The application displays patient health information using data fetched from an external API while maintaining a responsive and pixel-accurate user interface.
- Responsive dashboard layout
- Pixel-perfect implementation from Figma
- External API integration
- Dynamic patient information
- Blood pressure visualization using Chart.js
- Clean and reusable React components
- Modern UI with responsive design
- React
- JavaScript
- HTML5
- CSS3
- Chart.js
- Axios
src/
├── components/
├── services/
├── assets/
├── styles/
└── App.jsx
Clone the repository
git clone https://github.com/YOUR_USERNAME/healthcare-dashboard.gitInstall dependencies
npm installRun the development server
npm startThe interface was developed by converting a Figma design into a responsive web application while preserving spacing, typography, colors, and layout consistency.
Patient information is retrieved from the provided Healthcare API and rendered dynamically throughout the dashboard.
This project helped strengthen my experience with:
- Converting Figma designs into production-ready interfaces
- Building reusable React components
- API integration
- Responsive layouts
- Data visualization
- Component organization
Mathew Oloyede
Frontend Developer
- GitHub: https://github.com/yourusername
- LinkedIn: https://linkedin.com/in/yourlinkedin
