This is a simple portfolio-style website for a software engineer, built using React and Vite. The website showcases projects, skills, and provides information about the engineer.
- Home page with a brief introduction
- About page detailing skills and experience
- Projects page displaying various projects with descriptions
- Responsive design
To get a local copy up and running, follow these steps:
- Node.js (version 12 or higher)
- npm (comes with Node.js)
-
Clone the repository:
git clone https://github.com/yourusername/portfolio-website.git -
Navigate to the project directory:
cd portfolio-website -
Install the dependencies:
npm install
To start the development server, run:
npm run dev
Open your browser and go to http://localhost:3000 to see the application in action.
To create a production build, run:
npm run build
The built files will be available in the dist directory.
You can customize the content in the src/pages and src/components directories to update the portfolio with your own information and projects.
This project is licensed under the MIT License.