This is a portfolio website built using React. It showcases various sections such as Home, About, Projects, and Blog .
The live site can be accessed at https://shreyas-portfolio.onrender.com.
The portfolio website is designed to provide an overview of the owner's skills, experience, and projects. It serves as a professional showcase, allowing visitors to learn more about the owner and explore their work. The website is built using React, a popular JavaScript library for building user interfaces.
The portfolio website offers the following sections:
The Home section welcomes visitors to the website and provides a brief introduction. It may include a profile picture, a personal statement, or a welcome message.
The About section provides detailed information about the owner's background, skills, education, and work experience. It gives visitors a deeper understanding of the owner's qualifications and expertise.
The Projects section showcases various projects completed by the owner. Each project typically includes a project title, description, technologies used, and possibly some screenshots or links to the project repositories or live demos.
This is a simple blog that tells of different blogs and projects I have worked on.
To run the portfolio website locally on your machine, follow these steps:
- Ensure that you have Node.js installed on your computer.
- Clone the repository by running the following command in your terminal:
git clone https://github.com/SHREYK213/Portfolio,git
- Navigate to the project's root directory:
cd Portfolio
- Install the required dependencies:
npm install
To start the development server and view the website locally, follow these steps:
- Ensure you are in the project's root directory.
- Run the following command in your terminal:
npm start
- Open your preferred web browser and visit
http://localhost:3000
to see the website in action.
Feel free to explore the different sections and navigate through the website using the provided links and menus.
Contributions to this portfolio website are welcome. If you have any suggestions, bug reports, or feature requests, please submit them as issues on the project's repository.
If you would like to contribute code changes, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your branch to your forked repository.
- Open a pull request in the original repository, describing your changes in detail.