/Plant-Shop

🪴 Checkout of Plant Shop 🪴

Primary LanguageTypeScriptMIT LicenseMIT

🪴 Plant Shop 🪴

GitHub top language Made by

Proposal 🔥

Technologies 🚀

  • React Native
  • Expo
  • Typescript
  • Jest
  • React Native Testing Library
  • Redux
  • Redux Saga
  • Redux Persist
  • Installing and running the project 🎲

    # Clone this repository
    $ git clone https://github.com/GusttavoCastilho/Plant-Shop
    
    # Access the project folder in your terminal
    $ cd Plant-Shop
    
    # Install the dependencies
    $ yarn install
    
    # Start server
    $ yarn server
    
    # Start Metro Bundle
    $ yarn start
    
    # Finally, run:
    $ yarn android # if your device is android
    $ yarn ios # if your device is ios

    How to contribute? 😍

    Fork this repository

    # Clone your fork
    $ git clone your-fork-url && cd Plant-Shop
    
    # Create a branch with your feature or bug fix
    $ git checkout -b my-branch
    
    # Commit your changes
    $ git commit -m 'my changes'
    
    # Push your branch
    $ git push origin my-branch

    Delete your branch, if you want, when your pull request merge.

    📝 License

    This project is licensed under the MIT License - see the LICENSE file for details.


    Made with 💜 by Gustavo Castilho