Skip to content

💪 Donation application for ONGs that do important charity work for society

License

Notifications You must be signed in to change notification settings

alessandroray/be-the-hero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Be the Hero

🚀 Semana OmniStack 11.0

License Issues Stars

🚀 Technologies  |   💻 Project  |   🔨 Deploy  |   🤔 How to contribute  |   🔖 How to run  


Frontend

🚀 Technologies

This project was developed with the following technologies:

💻 Project

Be The Hero is a project that makes it easier for heroes to save the day, making it possible for users to view cases published by ONGs and contact them via E-mail or WhatsApp, or in the case of an ONG, register and find a hero.

🔨 Deploy

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b minha-feature;
  • Commit your changes: git commit -m 'feat: Minha nova feature';
  • Push to your branch: git push origin minha-feature.

After the merge of your pull request is done, you can delete your branch.

🔖 How to run

Cloning the project

git clone https://github.com/wesleyfeitosa/be-the-hero.git
cd be-the-hero
npm install

Starting Backend

cd backend
npm start

Starting Frontend

cd frontend
npm start

Starting mobile

cd mobile
npm start

Frontend


About

💪 Donation application for ONGs that do important charity work for society

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 12.2%
  • HTML 1.0%