Skip to content

naman-0804/Portfolio-Naman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This project is a personal portfolio website built using React. It showcases the skills, experience, and projects.

Features

  • Home Page: A landing page
  • Experience Page: A detailed list of previous work experiences, including company names, job titles, and responsibilities.
  • Projects Page: A showcase of projects with images, descriptions, and links to live demos or repositories.
  • Skills Page: A list of technical skills, highlighting areas of expertise.
  • Contact Page: A form allowing visitors to reach out directly.

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/portfolio-website.git
  2. Navigate to the Project Directory:

    cd portfolio-website
  3. Install Dependencies:

    npm install

Usage

  1. Start the Development Server:
    npm start
  2. Open the website in your browser: The website will be accessible at http://localhost:3000.

Project Structure

/
    App.css
    App.js
    index.js
    Naman_srivastava.pdf
components/
    Contact.js
    Experience.js
    Home.js
    Projects.js
    Skills.js
Images/
    medhub360-website.png
    okra-website.png
    profile-pic.jpg
    SL-website.png
    vitalized-website.png

This project uses React for building the website, and utilizes CSS for styling. The components folder houses individual components for each section of the website. The Images folder contains images used within the website, including the profile picture and screenshots of projects.