Skip to content

My Personal Portfolio website that showcases my skills, resume, and featured projects. Created using Typescript, React.js, Scss, Render, and Webpack.

Notifications You must be signed in to change notification settings

spacewizard66/Portfolio

Repository files navigation

Portfolio

My personal portfolio website. The project showcases my skills, experience, and projects, using modern web development technologies.

Project Structure

.
├── 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

Installation

# 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

About

My Personal Portfolio website that showcases my skills, resume, and featured projects. Created using Typescript, React.js, Scss, Render, and Webpack.

Resources

Stars

Watchers

Forks