You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Become a backer or sponsor on Patreon](https://www.patreon.com/arturbien).
22
23
-[One-time donation via PayPal](https://www.paypal.me/react95)
23
24
24
25
## Motivation
26
+
25
27
Create modern mobile/web applications with the retro and old school Windows 95 style. Our goal is not to exactly recreate Windows95 components, but to provide a solid component library for current scenarios.
26
28
27
29
## Getting Started
28
-
First, install component library and styled-components in your project directory:
30
+
31
+
First, install component library and styled-components in your project directory:
32
+
29
33
```sh
30
-
// yarn
31
-
yarn react95 styled-components
34
+
# yarn
35
+
$ yarn react95 styled-components
32
36
33
-
// npm
34
-
npm i react95 styled-components
37
+
# npm
38
+
$ npm i react95 styled-components
35
39
```
40
+
36
41
Apply style reset, wrap your app content with ThemeProvider with theme of your choice... and you are ready to go! 🚀
You can view components on [Storybook](https://arturbien.github.io/React95/). If you want to play with it locally, simply clone the repo and run commands below:
65
72
66
73
```sh
67
-
$ yarn
68
-
$ yarn storybook
74
+
# yarn
75
+
$ yarn && yarn storybook
76
+
77
+
# npm
78
+
$ npm i && npm run storybook
69
79
```
70
80
71
81
### Submit your project
82
+
72
83
Apps built with React95 will be submitted on the official React95 [website](https://react95.io) 🤟🏻
73
84
74
85
### Contributing
86
+
75
87
Any help from UI / UX designers would be EXTREMELY appreciated. The challenge is to come up with new component designs / layouts that are broadly used in modern UIs, that weren't present back in 95.
76
88
77
-
There's a lot to do. If you want to help with the project, feel free to open pull requests and submit issues. Let's make UI great again 🔥
89
+
There's a lot to do. If you want to help with the project, feel free to open pull requests and submit issues. Let's make UI great again 🔥
78
90
79
91
### Roadmap
92
+
80
93
There's quite a few things to be done:
94
+
81
95
- Styled system
82
96
- Lots of tacky color schemes 🌈
83
97
- Custom icons maybe? (Emojis from Windows 10 seem to go very well with the lib)
@@ -87,5 +101,6 @@ There's quite a few things to be done:
87
101
- Components common in all modern UIs (FAB, Badge, Avatar, Snackbar, Steppers)
0 commit comments