Skip to content

luw20/woodman-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This is a simple portfolio-style website for a software engineer, built using React and Vite. The website showcases projects, skills, and provides information about the engineer.

Features

  • Home page with a brief introduction
  • About page detailing skills and experience
  • Projects page displaying various projects with descriptions
  • Responsive design

Getting Started

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

Prerequisites

  • Node.js (version 12 or higher)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/portfolio-website.git
    
  2. Navigate to the project directory:

    cd portfolio-website
    
  3. Install the dependencies:

    npm install
    

Running the Application

To start the development server, run:

npm run dev

Open your browser and go to http://localhost:3000 to see the application in action.

Building for Production

To create a production build, run:

npm run build

The built files will be available in the dist directory.

Usage

You can customize the content in the src/pages and src/components directories to update the portfolio with your own information and projects.

License

This project is licensed under the MIT License.

About

My personal website

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors