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
- Host: GitHub
- URL: https://github.com/EddyVinck/xp
- Owner: EddyVinck
- Created: 2018-10-31T20:39:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T15:21:52.000Z (about 7 years ago)
- Last Synced: 2024-11-14T11:39:46.721Z (over 1 year ago)
- Language: CSS
- Homepage: https://windows-xp.netlify.com/
- Size: 6.8 MB
- Stars: 86
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - xp
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:**

**Login screen:**

**Desktop with some opened 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.