This portfolio website serves as a comprehensive introduction to my professional identity. It highlights my skills, experiences, projects, and achievements. The website is designed to be responsive and accessible, ensuring a seamless experience across various devices.
- Home: Introduction and overview of my professional background.
- About: Detailed information about my career journey and personal interests.
- Experience: A timeline of my professional experience, including roles and responsibilities.
- Skills: A showcase of my technical skills and proficiencies.
- Projects: Highlights of significant projects I've worked on, including descriptions and links.
- Education: Highlights of Education.
- Contact: A form to get in touch with me directly.
- React: JavaScript library for building user interfaces.
- Styled Components: For component-level styling.
- React Router: For routing within the app.
- GitHub Pages: For hosting the portfolio.
Website URL : shusrita-venugopal
If you like this, please leave a ⭐! Thank you!
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/shusritavenugopal/shusrita-venugopal.git cd shusrita-venugopal
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to
http://localhost:3000
to see the website in action.
To deploy the project on GitHub Pages, follow these steps:
-
Build the project:
npm run build
-
Deploy to GitHub Pages:
npm run deploy
-
Ensure the
gh-pages
branch is set as the source in the GitHub repository settings.- Go to your repository on GitHub.
- Click on the Settings tab.
- In the left sidebar, click on Pages.
- Set the source to the
gh-pages
branch.
Contributions are welcome! If you have suggestions for improving this project, please follow these steps:
- Fork the repository.
- Create a new branch.
git checkout -b feature-name
- Make your changes.
- Commit your changes.
git commit -m "Add feature"
- Push to the branch.
git push origin feature-name
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or comments, feel free to reach out to me at shusritavenugopal@gmail.com.
Visit the live site: shusritavenugopal.github.io/shusrita-venugopal
Thank you for visiting my portfolio repository!