Personal portfolio website showcasing my projects, skills, and academic background as a Computer Science student.
This website serves as a central place to present:
- Selected software and machine learning projects
- Technical skills and tools I’ve worked with
- Academic background and interests
The site is built as a static web application with a focus on clarity, performance, and clean design.
To view a live preview of the site, click here.
- Astro - Static site generator for modern web apps
- Tailwind CSS v4 - Utility-first CSS framework
- Tabler Icons - Free and open source icons
- TypeScript - For type-safe configuration
If you'd like to run it locally:
git clone https://github.com/Mash378/portfolio.git
cd devportfolio
npm install
After that, start up the Astro dev server with:
npm run dev
To view the changelog, see CHANGELOG.md.
This project is fully and completely MIT. See LICENSE.md.
This website is built using the open-source
DevPortfolio template by Ryan Fitzgerald.
- Template repository: https://github.com/RyanFitzgerald/devportfolio
- License: MIT
The template has been customized for personal use.