Skip to content

EddyVinck/xp

Repository files navigation

Windows XP in the browser

To take a look, run:

yarn build

or visit https://windows-xp.netlify.com/ (the duck's password is 1234, but you didn't get that from me 🙊)

Goals

I wanted to create a silly project. I also wanted to learn a few technologies(TypeScript, Jest, Cypress) and do a lot of interactivity in a side project.

Progress

Public Trello board

Screenshots

Startup screen:

Startup screen

Login screen:

Login screen

Desktop with some opened folders:

Desktop screen with some open folders

FAQ

But why?

Why not?

Why didn't you use React?

I could have used React or a different library or framework, but this project is built without a framework because I felt like doing a project where I could focus on other things. I also started this project before Hooks were released, and I didn't feel like doing a React project until they were released. Right now I don't plan on using something like React for this project.