Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Personal Portfolio README

Welcome to my personal portfolio repository! This project was created as part of my internship at CODSOFT using React, HTML, and CSS. This portfolio serves as a digital resume and showcase of my work, skills, and experience.

Table of Contents

  1. Project Overview
  2. Technologies Used
  3. Project Structure
  4. Features
  5. Setup and Installation
  6. Usage
  7. Contact
  8. License

Project Overview

This personal portfolio is designed to highlight my skills, experience, and projects in web development. It is a responsive, single-page application built with React, HTML, and CSS. The portfolio is divided into several sections: Header, About, Skills, Projects, Resume, Portfolio, Contact, and Footer.

Technologies Used

  • React: JavaScript library for building user interfaces
  • HTML: Markup language for creating web pages
  • CSS: Stylesheet language for designing the layout and appearance of web pages

Project Structure

my-portfolio/
│
├── public/
│   ├── index.html
│   └── assets/
│       ├── images/
│       │   └── profile.jpg
│       └── resume.pdf
│
├── src/
│   ├── components/
│   │   ├── Header.js
│   │   ├── About.js
│   │   ├── Skills.js
│   │   ├── Projects.js
│   │   ├── Resume.js
│   │   ├── Contact.js
│   │   └── Footer.js
│   ├── App.js
│   └── index.js
│
├── .gitignore
├── package.json
├── README.md
└── yarn.lock

Features

  • Dark Mode: Pages work both in Dark & Light Mode / Style Switcher
  • Theme Customization: Has Cool Theme Customization.
  • Hero Section: Displays my name and image.
  • About Section: Includes an image of myself and a short bio highlighting my skills and experience.
  • Skills Section: Lists my key skills and areas of expertise.
  • Projects Section: Showcases samples of my work or projects, including titles, descriptions, and images.
  • Resume Section: Provides a link to download my resume in PDF format.
  • Contact Section: Contains my contact information, such as email address and phone number.
  • Footer: Includes a copyright notice and any additional links or information.

Setup and Installation

To set up and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/kingzykesh/CODSOFT.git
    cd my-latest-portfolio
  2. Install dependencies:

    yarn install
  3. Start the development server:

    yarn start
  4. Open your browser and visit:

    http://localhost:3000
    

Usage

  • Navigating the Portfolio: Use the navigation menu to explore different sections of the portfolio.
  • Viewing Projects: Click on project images or titles to view more details about each project.
  • Downloading Resume: Click on the resume link to download my resume in PDF format.
  • Contacting Me: Use the contact section to send me an email or give me a call.

Contact

If you have any questions or would like to get in touch, feel free to contact me:

License

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


Thank you for visiting my portfolio! I hope you find it informative and engaging. Feel free to reach out if you have any questions or opportunities.

About

repo for CODSOFT Internship

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors