This repository contains the source code for my personal portfolio website. The website showcases my resume, projects, and provides a way to contact me. It serves as an online representation of my skills, experience, and work.
- Home Page: A brief introduction and welcome message.
- Resume Page: Displaying my professional background, skills, and education.
- Projects Page: Showcasing a selection of my notable projects.
- Contact Page: A form for users to reach out to me.
- Responsive Design: The website is designed to be responsive and accessible on various devices.
-
Clone the repository:
git clone https://github.com/jeelsgit/portfolio-website.git
-
Navigate to the project directory:
cd your-portfolio
-
Install dependencies:
npm install
-
Run the development server:
npm start
2.Open your browser and visit http://localhost:3000 to view the website.
- src/: Contains the source code for the website.
- README.md: Documentation for the project.
- HTML: Structuring website
- CSS: Styling the website for an appealing design.
- JavaScript: To add the dyanmic and interactive elements to the website.