Skip to content

Shreyanshs1/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This is a personal portfolio website built with React. It showcases projects, skills, and contact information.

Features

  • Responsive design
  • Project showcase
  • Skills section
  • Contact form

Getting Started

Prerequisites

  • Node.js
  • npm

Installation

git clone https://github.com/your-username/portfolio.git
cd portfolio
npm install

Running Locally

npm start

Folder Structure

portfolio/
├── public/
├── src/
│   ├── components/
│   ├── assets/
│   ├── App.js
│   └── index.js
├── package.json
└── README.md

Customization

  • Update src/components to add or modify sections.
  • Replace images in src/assets.
  • Edit content in App.js for personal details.

Deployment

You can deploy using Vercel, Netlify, or GitHub Pages.

License

This project is open source and available under the MIT License.