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
- 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
- React
- JavaScript (ES6+)
- HTML5
- CSS3
- npm for package management
Before you begin, ensure you have the following installed:
- Node.js (version 12.0 or later)
- npm (usually comes with Node.js)
- Clone the repository:
git clone https://github.com/swstevens/Windows-95-Portfolio-Page.git
- Navigate to the project directory:
cd Windows-95-Portfolio-Page
- Install dependencies:
npm install
To start the development server:
npm run dev
The application will be available at http://localhost:3000
or whatever port you have designated.
To create a production build:
npm run build
This will generate a build
folder with optimized production-ready files.