Sujith-Kumar-2003 / My_P0rtf0li0

This is my good portfolio, you can replicate it if u want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Good Portfolio

This is a personal portfolio project built with React.js, showcasing my skills, projects, and experience.

Table of Contents

Introduction

This portfolio is designed to showcase my skills, projects, and experience in software development, with a focus on front-end development using React.js. The site includes sections for an introduction, about me, my skills, projects, and contact information.

Features

  • Responsive design
  • Interactive animations with Framer Motion
  • Easy to navigate
  • Downloadable resume
  • Clean and modern UI

Demo

You can view a live demo of the portfolio here.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/sujith-kumar-2003/Portfolio-ReactJs.git
    

Navigate to the project directory:

cd Portfolio-ReactJs

Install the dependencies:

npm install

Usage

To start the development server, run:

npm run dev

To build the project for production, run:

npm run build

File Structure

Portfolio-ReactJs/
├── .github
├── .idea
├── dist
├── node_modules
├── public
│   ├── file
│   │   └── Resume_Updated_Software_Developer.pdf
│   └── images
│       ├── Back.webp
│       └── vite.svg
├── src
│   ├── assets
│   │   └── react.svg
│   ├── components
│   │   ├── About
│   │   │   └── About.jsx
│   │   ├── Contact
│   │   ├── Footer
│   │   ├── Intro
│   │   ├── Landing
│   │   ├── Nav
│   │   ├── Portfolio
│   │   ├── Services
│   │   ├── Skills
│   │   └── Variants.js
│   ├── App.css
│   ├── App.jsx
│   ├── index.css
│   └── main.jsx
├── .eslintrc.cjs
├── .gitignore
├── index.html
├── package.json
├── package-lock.json
├── postcss.config.js
├── README.md
├── tailwind.config.js
└── vite.config.js

Technologies Used

React.js Tailwind CSS Framer Motion Vite License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

Feel free to reach out if you have any questions or suggestions!

Email: sujithkumar2003k@gmail.com

LinkedIn: https://www.linkedin.com/in/sujith-kumar-2003cassy/

GitHub: sujith-kumar-2003

About

This is my good portfolio, you can replicate it if u want.


Languages

Language:HTML 100.0%