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
Copy file name to clipboardExpand all lines: README.md
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -21,49 +21,58 @@
21
21
-[Become a backer or sponsor on Patreon](https://www.patreon.com/arturbien).
22
22
-[One-time donation via PayPal](https://www.paypal.me/react95)
23
23
24
+
## Motivation
25
+
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.
24
26
25
27
## Getting Started
26
28
First, install component library and styled-components in your project directory:
27
29
```sh
28
-
$ npm i react95 styled-components
30
+
// yarn
31
+
yarn react95 styled-components
32
+
33
+
// npm
34
+
npm i react95 styled-components
29
35
```
30
36
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
+
57
66
```sh
58
-
$ npm i
59
-
$ npm run storybook
67
+
$ yarn
68
+
$ yarn storybook
60
69
```
70
+
61
71
### Submit your project
62
72
Apps built with React95 will be submitted on the official React95 [website](https://react95.io) 🤟🏻
63
73
64
74
### Contributing
65
-
**We are not attempting to exactly RECREATE Windows95 components. We are going to make them usable in the modern mobile / web apps.
66
-
Thus, 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.**
75
+
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.
67
76
68
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 🔥
69
78
@@ -80,4 +89,3 @@ There's quite a few things to be done:
0 commit comments