Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.01 KB

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