https://github.com/benatespina/stabhab
Dummy app based on React to make PoC easily
https://github.com/benatespina/stabhab
Last synced: 3 months ago
JSON representation
Dummy app based on React to make PoC easily
- Host: GitHub
- URL: https://github.com/benatespina/stabhab
- Owner: benatespina
- License: mit
- Created: 2018-11-02T19:01:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T18:26:24.000Z (over 6 years ago)
- Last Synced: 2025-01-10T09:59:58.283Z (4 months ago)
- Language: JavaScript
- Size: 896 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StabHab
> Dummy app based on React to make PoC easily
## 🤔 Why?
**StabHab** is a simple _React_ application around ticket buyers and resellers.
It's strongly based on **[StubHub][1]**'s look and feel. Don't say anything else. 😀
The idea behind this is to make proofs of concept about the new _React_ features in an easy way maybe to expose with my fellows and so on. Also why not, some other test related with the frontend development itself.
For that, I've built a simple application with [Create React App][2]. Using the _Git_ branches, I'm going to try to split the different tests maintaining the master branch like the current recommended way to build a React project.
## ✔️ Proofs of concept
The following list contains the different tests ordered by _Git_ branches.
- [**master**](https://github.com/benatespina/stabhab): The basic one, without any test.
- [**react-suspense**](https://github.com/benatespina/stabhab/tree/react-suspense): Applied the necessary changes to make work with React Suspense.
- [**react-hooks**](https://github.com/benatespina/stabhab/tree/react-hooks): Becomed all the React components to functional style applying React Hooks.## 🏁 Getting started
```bash
$ git clone https://github.com/benatespina/stabhab && cd stabhab## You can move yourself to the branch that you want to test *
$ npm install
$ npm start
```> \* Please, choose the branch that most interests you, from [here](#proofs-of-concept)
## 👪 Credits
This project is created by:
> **@benatespina** - [[email protected]](mailto:[email protected])
## 📜 Licensing Options
[](https://github.com/benatespina/stabhab/blob/master/LICENSE)
[1]: https://www.stubhub.com/
[2]: https://github.com/facebook/create-react-app