Welcome to my portfolio! This repository contains the code for my personal portfolio website, built using React, MUI, React Scroll Animations, and Styled Components.
This portfolio showcases my skills, projects, and experience in software development. It serves as a professional online presence where potential employers and collaborators can learn more about me and my work.
- An introduction with a welcoming message and a brief overview of my expertise.
- Smooth scroll animations for an engaging user experience.
- Detailed information about my background, skills, and experience.
- A timeline of my professional journey.
- Showcase of my key projects with descriptions, technologies used, and links to the live demos and source code.
- A list of my technical skills categorized by proficiency.
- A contact form for visitors to reach out to me.
- Links to my social media profiles.
- Smooth scrolling animations using React Scroll Animations.
- Interactive elements styled with Styled Components for a modern look and feel.
To get a local copy up and running, follow these simple steps.
- Node.js
- npm or yarn
git clone https://github.com/DevKrishnasai/my-portfolio
cd my-portfolio
npm install --legacy-peer-deps
# or
yarn install
npm start
# or
yarn start
To start using the application, navigate to http://localhost:3000
in your browser.
This portfolio is designed to be easily reusable. To update the content, simply modify the src/data/ProjectData.js
file. This file contains all the data for the projects, skills, and other sections of the portfolio.