A modern, responsive portfolio application built with React and Vite to showcase my projects, technical skills and professional background.
🔗 Live Site: tamalahealy.netlify.app
This portfolio was designed and developed from scratch to present my work as a full-stack developer transitioning from structured, compliance-driven industries into software engineering. It highlights projects built during and after the She Codes Plus program (2025).
- Responsive single-page application
- Smooth scroll navigation
- Dynamic project cards rendered from data
- Downloadable resume
- Mobile-friendly layout
- Accessible semantic HTML structure
| Category | Technologies |
|---|---|
| Framework | React |
| Build Tool | Vite |
| Language | JavaScript |
| Styling | CSS |
| Deployment | Netlify |
| Version Control | Git & GitHub |
- Plot Twist — Full-stack storytelling platform (React, Django REST Framework, SQLite, Cloudinary)
- Save Point — Team retrospective board tool (React, Django, Django Channels, PostgreSQL, Redis)
- Project Sparkle — Hardware-integrated interactive dress (MicroPython, Raspberry Pi)
To run this project locally:
# Clone the repository
git clone https://github.com/TimTam5566/tamala-portfolio.git
# Navigate into the project
cd tamala-portfolio
# Install dependencies
npm install
# Start the development server
npm run dev