Skip to content

Portfolio created using React and Vite, summarizing my skills, capabilities and accomplishments.

Notifications You must be signed in to change notification settings

angaaruriakhil/portfolio-react

Repository files navigation

alt text

Portfolio

My personal portfolio site rebuilt and enhanced using React and Vite.
Originally created during week 2 of my software development course at _nology using vanilla HTML/JS; this version modernises the stack, improves performance, and introduces a more modular, scalable architecture.

Fully responsive for Desktop and Mobile.

🚀 Overview

This project is a front-end portfolio used to showcase my skills, capabilities, professional experience and selected projects.
It is a conversion of the original HTML/CSS/JS build into a React SPA with component-based architecture, smoother animations, cleaner file structure, and improved experience.

🎨 Design

The UI was initially designed and prototyped in Figma.

While the React version aims to loosely stay true to the original visual direction, there have been several changes to allow for:

  • More of a unified feel across the site with an OS style permeating the whole site. e.g. A macOS style dock has been added to the landing page.
  • The About page has been split into About, Experience and Tech Stack sections.
  • The Socials bar has been styled into a more OS like component.
  • Smoother animations & transitions.
  • Completely redesigned layout for each section to aid usability.
  • Scalable and reused components.
  • Cleaner structure & maintainability.
  • Modernization by using a JS Framework rather than Vanilla HTML/CSS/JS.

✨ Features

  • React Single Page Application.
  • Fast dev experience powered by Vite.
  • Modern animations and scroll effects.
  • Reusable UI components.
  • Smooth navigation + scroll-to-section behavior.
  • Mobile hamburger menu with animation.
  • Custom terminal-style hero section.
  • Performance-optimized images and assets.

🛠️ Tech Stack

Languages & Frameworks

  • React 18 / JSX
  • Vite
  • JavaScript (ES6+)
  • HTML 5
  • CSS 3

Libraries & Tools Used

Icons

📂 Project Structure

/src
 ┣ /assets        → images, icons, fonts
 ┣ /components    → reusable UI elements
 ┣ /scenes        → sections (About, Projects, Contact, etc)
 ┣ App.jsx
 ┗ main.jsx

🧪 Scripts

Command Action
npm install Install dependencies
npm run dev Run development server
npm run build Build production bundle
npm run preview Preview production build

🚀 Deployment

Site is built using Vite and can be deployed to any static hosting provider (Netlify, GitHub Pages, Vercel, etc).

A predeploy script is included for SPA routing support.

🙌 Acknowledgements

Special thanks to the creators of the tools & libraries used in this project — they helped elevate the UI to a polished, modern experience.

About

Portfolio created using React and Vite, summarizing my skills, capabilities and accomplishments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published