Welcome to the source code repository for my portfolio website. This website showcases my skills and experience in problem solving, solution research, application development, data science, statistics, and machine learning. You can visit the live site here.
This portfolio website is designed to highlight my professional background and technical expertise. It provides an overview of my work, including projects, skills, and experiences. I am proficient in several programming languages and development tools, and I am always looking for new opportunities to collaborate, especially in open-source projects.
- Home Page: Introduction and summary of my professional background.
- Projects: Detailed descriptions of my key projects with links to their repositories.
- Skills: Overview of my technical skills and expertise.
- Contact: Information on how to get in touch with me.
- Frontend: HTML, CSS, JavaScript
- Frameworks/Libraries: React.js
- Deployment: Vercel
- CI/CD: Jenkins
- Databases: RDBMS, SQL
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/portfolio-website.git
- Navigate to the project directory:
cd portfolio-website
- Install dependencies:
npm install
- Run the development server:
npm start
After setting up the project, you can customize the content by editing the relevant components in the src
directory. Ensure that you update any personal information, project details, and skills to reflect your own data.
I welcome contributions to improve the website. If you have suggestions for enhancements or find any bugs, please open an issue or submit a pull request. When contributing, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Thank you for visiting my portfolio website. I look forward to connecting and collaborating with you!