Skip to content

Commit

Permalink
Add win95 readme (refinedev#3153)
Browse files Browse the repository at this point in the history
* chore: add win95 readme

* chore: update readme

* chore: update readme

* chore: update readme
  • Loading branch information
necatiozmen authored Dec 7, 2022
1 parent 15d3fd5 commit a7124ca
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions examples/blog/win95/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@

<br/>

<div align="center" style="margin: 30px;">
<a href="https://github.com/refinedev/refine">
<img src="https://raw.githubusercontent.com/refinedev/refine/master/logo.png" style="width:250px;" align="center" />
</a>
<br />
<br />

<h1>Windows 95 Style Modern CRUD App</h1>

<div align="center">
<a href="https://refine.dev">Home Page</a> |
<a href="https://discord.gg/refine">Discord</a> |
<a href="https://refine.dev/examples/">Examples</a> |
<a href="https://refine.dev/blog/">Blog</a> |
<a href="https://refine.dev/docs/">Documentation</a> |
<a href="https://github.com/refinedev/refine/projects/1">Roadmap</a>
</div>

<br />

<a href="https://github.com/refinedev/refine">
<img src="https://github.com/refinedev/refine/blob/master/documentation/static/img/blog/2022-03-22-refine-with-react95/social.jpg?raw=true" style="width:650px;" align="center" />
</a>
</div>




## About

This is a source code for example app built in [WIN95 style CRUD app tutorial](https://refine.dev/blog/awesome-react-windows95-ui-with-refine/).

[Live Demo ➡️](https://beie0q.csb.app/)

The tutorial section will take you through the steps involved in creating a modern CRUD app with Windows 95 UI from scratch using refine.

This just a fun example app that we built to demonstrate the power of refine. You can use any design or UI framework of your choice with refine.


<div align="center">
<a href="https://github.com/refinedev/refine">
<img src="https://github.com/refinedev/refine/blob/master/documentation/static/img/blog/2022-03-22-refine-with-react95/overview.gif?raw=true" style="width:650px; align="center" />
</a>
</div>


<br/>

## What is refine?
[**refine**](https://github.com/refinedev/refine) is a React-based framework for the rapid development of CRUD web applications. It shines✨ on data-intensive applications like admin panels, dashboards and internal tools. Thanks to the built-in SSR support, refine can also power customer-facing applications like storefronts.


It's *headless by design*, thereby offering unlimited styling and customization options.

[**refine**](https://github.com/refinedev/refine) seamlessly works with any **custom design** or **UI framework** that you favor. For convenience, it ships with ready-made integrations for [Ant Design System](https://ant.design/), [Material UI](https://mui.com/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/).


### Live StackBlitz Example
[You can also reach to the same app on CodeSandbox ➡️ ](https://refine.dev/blog/awesome-react-windows95-ui-with-refine/#live-codesandbox-example)

## Community
Join our community to get help, share ideas and connect with other developers.

<br>

<a href="https://discord.gg/refine">
<img src="./images/discord.png" width="160px" />
</a>
<a href="https://twitter.com/refine_dev">
<img src="./images/twitter.png" width="160px" />
</a>
<a href="https://github.com/refinedev/refine">
<img src="./images/github.png" width="160px"/>
</a>
<a href="https://www.reddit.com/r/refine/">
<img src="./images/reddit.png" width="160px" />
</a>
Binary file added examples/blog/win95/images/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/blog/win95/images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/blog/win95/images/reddit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/blog/win95/images/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7124ca

Please sign in to comment.