Skip to content

React portfolio website themed after Windows 95 with draggable windows, JS-DOS games and more.

Notifications You must be signed in to change notification settings

JohnKearney1/kearneyjohn.com-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kearneyjohn.com-OS

This is one of two repositories created for my portfolio website, kearneyjohn.com. If you are looking for the Three.js desk setup UI and iFrame content, please see kearneyjohn.com-UI

OS

This is a standalone React app that is used to display a partial "emulation" of the Windows 95 UI. There are a few preset applications that can display a portfolio, host a resume download, display a contact form and procedurally send emails when used in conjunction with the server from kearneyjohn.com-UI.

The site also has a few implementations of JS-DOS games that can be played in the browser. These games are not my own, but are open source and can be found on js-dos.com.

Play DOOM!

About

To setup a dev environment:

# Clone the repository

# Install dependencies 
npm i

# Run the local dev server
npm run start

To serve a production build:

# Install dependencies if not already done
npi i

# Build for production
npm run build

# Serve the build using express
npm start
# or
npm start

About

React portfolio website themed after Windows 95 with draggable windows, JS-DOS games and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published