Skip to content

Source code for my personal portfolio website. Built with Vite, HTML, CSS, and JavaScript. Fully responsive, clean, and optimized for performance.

License

Notifications You must be signed in to change notification settings

jcomte23/jcomte23.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This repository contains the source code for my personal portfolio website, showcasing my projects, skills, and professional experience.

Built With

  • Vite: A fast build tool and development server for modern web projects.
  • HTML5: For structuring the content of the website.
  • CSS3: For styling and responsive design.
  • JavaScript: For interactivity and dynamic features.

Features

  • Responsive design for all screen sizes.
  • Clean and modern UI to showcase projects and skills.
  • Interactive sections for better user engagement.
  • Optimized for performance with Vite.

Installation

Follow these steps to run the project locally:

  1. Clone this repository:
    git clone https://github.com/username/portfolio-website.git
  2. Navigate to the project directory:
    cd portfolio-website
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

Deployment

The project can be built for production using the following command:

npm run build

This will generate optimized files in the dist directory, ready for deployment.

Project Structure

portfolio-website/
├── public/         # Static assets
├── src/
│   ├── assets/     # Images, fonts, etc.
│   ├── components/ # Reusable HTML/JS components
│   ├── css/        # Stylesheets
│   └── main.js     # Main JavaScript entry point
├── index.html      # Entry HTML file
└── vite.config.js  # Vite configuration

License

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

About

Source code for my personal portfolio website. Built with Vite, HTML, CSS, and JavaScript. Fully responsive, clean, and optimized for performance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published