The Mulherzona is an app to help women entrepreneurs in their daily lives.
This application is a unique and free platform that allows the management of personal and professional activities and gamified communication between women entrepreneurs through a community.
The project was developed using the following technologies
- The layout is avaible on Figma;
- Make a clone :
$ git clone https://github.com/carolquiterio/mhw.git
- Execute the aplication:
# Install the dependencies
$ npm install
# Start the aplication
$ cd mobile
$ npx start
$ npx react-native run-android
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Make a commit with your changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After the merge of your pull request you can delete your branch.
This project has the MIT license. See the archive LICENSE for more details.