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).
24
+
-[Become a backer or sponsor on Patreon](https://www.patreon.com/arturbien)
24
25
-[One-time donation via PayPal](https://www.paypal.me/react95)
25
26
26
-
## Motivation
27
-
28
-
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.
29
-
30
27
## Getting Started
31
28
32
29
First, install component library and styled-components in your project directory:
Apply style reset, wrap your app content with ThemeProvider with theme of your choice... and you are ready to go! 🚀
39
+
Apply style reset, wrap your app with ThemeProvider with theme of your choice... and you are ready to go! 🚀
43
40
44
41
```jsx
45
42
importReactfrom'react';
@@ -88,43 +85,13 @@ const App = () => (
88
85
exportdefaultApp;
89
86
```
90
87
91
-
### Explore
92
-
93
-
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:
94
-
95
-
```sh
96
-
# yarn
97
-
$ yarn && yarn storybook
98
-
99
-
# npm
100
-
$ npm i && npm run storybook
101
-
```
102
-
103
88
### Submit your project
104
89
105
-
Apps built with React95 will be submitted on the official React95 [website](https://react95.io) 🤟🏻
90
+
Apps built with React95 will be featured on the official React95 [website](https://react95.io) 🤟🏻
106
91
107
92
### Contributing
108
93
109
94
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.
110
95
111
-
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 🔥
112
-
113
-
For every component, we have a `.stories` file for Storybook and a `.mdx` file for Docz. In order to create a `.mdx` file we recommend copying [this template](https://github.com/arturbien/React95/blob/chore/docs-docz/docs/template) file and replaceing ___component_ with the component name.
114
-
115
-
### Roadmap
116
-
117
-
There's quite a few things to be done:
118
-
119
-
- Styled system
120
-
- Lots of tacky color schemes 🌈
121
-
- Custom icons maybe? (Emojis from Windows 10 seem to go very well with the lib)
122
-
- Typography
123
-
- Range slider component
124
-
- Avatar component
125
-
- Components common in all modern UIs (FAB, Badge, Avatar, Snackbar, Steppers)
126
-
127
-
And the boring stuff too:
96
+
If you want to help with the project, feel free to open pull requests and submit issues or component proposals. Let's bring this UI back to life ♥️
0 commit comments