Skip to content

๐Ÿถ A concept app for donations to Non-governmental organizations.

License

Notifications You must be signed in to change notification settings

AlvaroIsrael/hero-ngo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

31 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation



License


What is it โ€ข Technologies Used โ€ข How To Run โ€ข Contributing โ€ข License

Made with โค๏ธ by Alvaro Israel ๐Ÿ‘๐Ÿป Get in Touch!

Hit the โญ๏ธ button if you like this project!

๐Ÿ’ก What is it?

Be The Hero is a small app created to support financially non governamental organizations. It was part of the 11th Omnistack Week. An event sponsored by Rocketseat as a way to teach and encourage development with React and ReactJS technologies. This repository contains the back-end, front-end and also a mobile version of the app.

๐Ÿ† Technologies used:

PS.: It's very important to notice that Expo simplified the deploying process of the app a lot!

๐Ÿ’ป How to run?

This project uses Expo, NodeJS, React and React Native, so in order for it to work, frist navigate insde each project folder and run npm install tho download the proper dependencies:

$ cd hero-backend
$ npm install

$ cd hero-frontend
$ npm install

$ cd hero-mobile 
$ npm install

After that do not forget to download and install Expo, otherwise abnormal behavior may occour.

Once all dependencies and Expo were installed, run the server with:

$ cd hero-backend
$ npm run start

And either run the frontend app or the mobile version:

$ cd hero-frontend
$ npm run start
$ cd hero-backend
$ npm run start

๐Ÿค Contributing

Fork this repository: https://github.com/AlvaroIsrael/hero-ngo-app/fork

# Create your feature branch:
$ git checkout -b feature/myAewsomeFeature

# Commit your changes:
$ git commit -m 'feat: Added some new aewsomeFeature'

# Push to the branch:
$ git push origin feature/myAewsomeFeature

# Create a new pull request

๐Ÿ“ Licence

This is under MIT license. See LICENSE for more details.

About

๐Ÿถ A concept app for donations to Non-governmental organizations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published