My personal portfolio website. The project showcases my skills, experience, and projects, using modern web development technologies.
.
├── public/ # Static assets (favicon, images)
│
├── src/ # Source code
│ ├── components/ # React components
│ ├── style.scss # Styling file
│ ├── App.tsx # Main app component
│ └── index.tsx # Entry point
│
├── .babelrc # Babel configuration
├── package.json # Dependencies and scripts
├── README.md # Documentation
├── tsconfig.json # TypeScript configuration
└── webpack.config.js # Webpack configuration
# Clone this repository
git clone https://github.com/spacewizard66/Portfolio
cd Portfolio
# Install dependencies
npm install
# Run the app
npm start
# Open http://localhost:3000 in your browser
open http://localhost:3000