Git Product home page Git Product logo

barbershop's Introduction

Logo Barbershop App

Barbershop App


Topics ๐Ÿ“‹


๐Ÿ“– About

An app for barber shop professionals, where it is possible to manage your own barber shop and even yourself. In addition to having the flow of scheduling appointments and controlling services.


๐Ÿ“ฑ Preview

Barbershop.Demo.mp4

๐Ÿ“ฆ Assets


๐Ÿ› ๏ธ Features and Technologies Studied


๐Ÿคฏ Challenges and Learning along the way

Without a doubt, the biggest learning experience was Riverpod; I realized that it is very interesting for managing the state of an application, going further in points that can be crucial (such as being able to have multiple providers of the same type, performing dispose when it is no longer used, among other things).

Furthermore, it was really cool to learn more about the powers and uses of Dart 3 in practice, such as the new switch and the use of pattern matching; which fit very well and make the code more objective. Another point that was very interesting was the Either used, similar to what is in this article; without any external dependency. You can use functional programming with pattern matching to handle error and success cases.

Various other learnings were acquired and also reinforced; in addition to refactorings and code improvements made along the way. There is always something to be improved and learned. ๐Ÿš€


๐Ÿค” How to use

Configure the Flutter environment on your machine:
https://flutter.dev/docs/get-started/install

- Clone the repository:
$ git clone https://github.com/felipecastrosales/barbershop

- Enter the directory:
$ cd barbershop

- Open the project:
$ code .

- Install the json_rest_server:
$ dart pub global activate json_rest_server

- Enter the api directory:
$ cd api

- Run the server:
$ json_rest_server run

- Enter the project directory:
$ flutter pub get

- Get your IP and put on `rest_client.dart`;

- Execute the application:
$ flutter run

๐Ÿ’ช How to contribute

There are several ways to contribute to this project, such as:

- Fork this repository;

- Create a branch with your feature:
$ git checkout -b my-feature

- Commit your changes:
$ git commit -m "feature: My new feature"

- Push your branch:
$ git push origin my-feature

- Open a pull request on this repository and/or create an issue explaining your problem.

๐Ÿ“ License

This repository is under the MIT License, and you can see it in the LICENSE file for more details.


This project was developed with โค๏ธ by @Felipe Sales, with the instructor @Rodrigo Rahman. If this helped you, give it a โญ, and contribute, it will help me too. ๐Ÿ˜‰


Linkedin Badge

barbershop's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.