Skip to content

swstevens/Windows-95-Portfolio-Page

Repository files navigation

Windows 95 Portfolio Website

This project is a unique portfolio website that mimics the iconic Windows 95 aesthetic. Built with React, it offers a nostalgic user interface while showcasing modern web development skills. Hosted here: https://swstevens.github.io

Features

  • Faithful recreation of Windows 95 UI elements
  • Interactive desktop environment
  • Clickable icons leading to different sections of the portfolio
  • Responsive design for various screen sizes

Technologies Used

  • React
  • JavaScript (ES6+)
  • HTML5
  • CSS3
  • npm for package management

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 12.0 or later)
  • npm (usually comes with Node.js)

Installation

  1. Clone the repository:
    git clone https://github.com/swstevens/Windows-95-Portfolio-Page.git
    
  2. Navigate to the project directory:
    cd Windows-95-Portfolio-Page
    
  3. Install dependencies:
    npm install
    

Running the Application

To start the development server:

npm run dev

The application will be available at http://localhost:3000 or whatever port you have designated.

Building for Production

To create a production build:

npm run build

This will generate a build folder with optimized production-ready files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published