Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpedroschmitz/gobarber
:barber: An app for barber appointment and scheduling.
https://github.com/jpedroschmitz/gobarber
barber react reactotron redux redux-saga
Last synced: 16 days ago
JSON representation
:barber: An app for barber appointment and scheduling.
- Host: GitHub
- URL: https://github.com/jpedroschmitz/gobarber
- Owner: jpedroschmitz
- License: mit
- Created: 2019-07-22T00:06:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T11:58:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T12:47:53.176Z (about 1 month ago)
- Topics: barber, react, reactotron, redux, redux-saga
- Language: JavaScript
- Size: 3.1 MB
- Stars: 32
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
GoBarberAn app for barber appointment and scheduling.
## Features
This app features all the latest tools and practices in web development!
- ⚛ **React** — A library to build user interfaces
- ♻ **Redux with Redux Saga** — State management with middleware
- 💅 **CSS** — styled-components
- 🌸 **Reactotron** - Helps debugging process
- 💖 **Lint** — ESlint/Prettier/Editor Config## Getting started
_Before you run this application you need to make sure the [server](https://github.com/jpedroschmitz/gobarber-api) is running!_.
1. Clone this repo using `https://github.com/jpedroschmitz/gobarber.git`
2. Move to the appropriate directory: `cd gobarber`.
3. Run `yarn` to install dependencies.
4. Run `yarn start` to see the example app at `http://localhost:3000`.## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.