Skip to content

Latest commit

 

History

History
88 lines (58 loc) · 2.48 KB

README.md

File metadata and controls

88 lines (58 loc) · 2.48 KB

Portfolio Website

Welcome to my portfolio! This repository contains the code for my personal portfolio website, built using React, MUI, React Scroll Animations, and Styled Components.

Table of Contents

Introduction

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.

Features

Home

  • An introduction with a welcoming message and a brief overview of my expertise.
  • Smooth scroll animations for an engaging user experience.

About

  • Detailed information about my background, skills, and experience.
  • A timeline of my professional journey.

Projects

  • Showcase of my key projects with descriptions, technologies used, and links to the live demos and source code.

Skills

  • A list of my technical skills categorized by proficiency.

Contact

  • A contact form for visitors to reach out to me.
  • Links to my social media profiles.

Animations

  • Smooth scrolling animations using React Scroll Animations.
  • Interactive elements styled with Styled Components for a modern look and feel.

Tech Stack

  • React React
  • MUI MUI
  • React Scroll Animations React Scroll
  • Styled Components Styled Components

Installation

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js
  • npm or yarn

Clone the Repository

git clone https://github.com/DevKrishnasai/my-portfolio
cd my-portfolio

Install Dependencies

npm install --legacy-peer-deps
# or
yarn install

Start the Application

npm start
# or
yarn start

Usage

To start using the application, navigate to http://localhost:3000 in your browser.

Reusability

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.