Skip to content

itsmethaj/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Portfolio

Hey! This is my personal portfolio site — built with React and Vite, deployed on Netlify.

👉 itsmethaj.netlify.app


What's it built with?

  • React 19 — for the UI
  • Vite — because it's fast
  • React Router — for navigation between pages
  • CSS — good old vanilla CSS for styling
  • Bun — as the package manager

Running it locally

git clone https://github.com/itsmethaj/portfolio.git
cd portfolio
bun install
bun run dev

That's it. Should be running at http://localhost:5173.


Other commands

bun run build    # build for production
bun run preview  # preview the production build

Folder structure

portfolio/
├── public/      # static files
├── src/         # all the React stuff
├── index.html
└── package.json

About

Personal portfolio website built with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors