Skip to content

lobophf/happy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo black
Happy App into notebook
About   |    Technologies   |    Installation   |    Contributing   |    License

GitHub language count GitHub last commit License

❓ About:

Would you like to donate money and supplies to orphanages but you can't? Maybe you can help in another way, touching hearts as well as see smiling faces. In that spirit, between October 12th and 16th, @Rocketseat held a next level week event, in which @MaykBrito taught us how to create a happy app to bring volunteers closer to orphanages. It's simple: The orphanage registers its data on the platform, and visitors access it to schedule visits. You can try this app by clicking on the purple button below.

deploy logo

🚀 Technologies:

logo        logo         logo    logo       logo

logo      logo      logo

🛠️ Installation:

To create a server on your machine and use this application. First, clone this repository.

$ git clone [email protected]:lobophf/happy.git

This application requires Node.js and the npm that comes with it. If you don't have it, you can get it by following this page. Everything should work fine for Node.js v12.19.0. Also, this project contains the package.json file that holds all the dependencies used in this project. To install the npm modules, jump into the root folder, and install the dependencies like this:

$ cd happy 
$ npm i

If everything goes well, several files will appear, and the server will be ready to start. So, run the following command:

$ npm start

Now open your browser and access the route https://localhost:3000/.

⭐ Contributing:

I'm so glad when I see improvements done by other people. Feel free to contribute by opening pull requests for fixing bugs or typing mistakes, or even open an issue to report errors. See some useful stuff in Contributing guide.

⚖️ License:

This application is a MIT licensed, as found in the LICENSE file.