An open API service indexing awesome lists of open source software.

https://github.com/EddyVinck/xp

Windows XP In the browser
https://github.com/EddyVinck/xp

Last synced: 10 months ago
JSON representation

Windows XP In the browser

Awesome Lists containing this project

README

          

# Windows XP in the browser

To take a look, run:

```bash
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](https://trello.com/b/IJS4biby/windows-xp-project)

## Screenshots

**Startup screen:**

![Startup screen](https://raw.githubusercontent.com/EddyVinck/xp/master/src/img/readme/startup.png 'Startup screen')

**Login screen:**

![Login screen](https://raw.githubusercontent.com/EddyVinck/xp/master/src/img/readme/login.png 'Login screen')

**Desktop with some opened folders:**

![Desktop screen with some open folders](https://raw.githubusercontent.com/EddyVinck/xp/master/src/img/readme/desktop.png 'Desktop')

## 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.