8000 GitHub - jpc0rrea/nlw-happy-omnistack: Plataforma online para conectar pessoas com casa de acolhimento. Desenvolvido em conjunto com o time da @Rocketseat durante a Next Lever Week #3 (trilha Omnistack).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Plataforma online para conectar pessoas com casa de acolhimento. Desenvolvido em conjunto com o time da @Rocketseat durante a Next Lever Week #3 (trilha Omnistack).

License

Notifications You must be signed in to change notification settings

jpc0rrea/nlw-happy-omnistack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
8000
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing page da Happy

📌 Index

About

🚀 An app made to connect orphanages with potential visitors, using React, Node.js and React Native.

This project was developed with the @Rockeseat team at the Next Level Week #3.

👀 Web Preview

You can access the website at: 👉 demo: https://focused-hawking-9310c0.netlify.app/

📸 Screenshots

💻 Web

Landing page da Happy Tela de cadastro

📱 Mobile

Landing page da Happy Tela de cadastro

🖥 Techs

👷 How to run

# Clone Repository
> git clone https://github.com/jpc0rrea/nlw-happy-omnistack.git

💻 Run Web Project

> cd nlw-happy-omnistack/web

# Install Dependencies
> yarn
# or
> npm install

# run aplication
> npm run start
# or
> yarn start

To execute the web project you need to have a authentication token from Mapbox. Access your account on the website and create a token to be used in the project. With your token, create a .env file and put your token as the value of the REACT_APP_MAPBOX_TOKEN key.

Open http://localhost:3000 with your browser to see the result.

💽 Run backend

> cd nlw-happy-omnistack/backend

# Install Dependencies
> yarn
# or
> npm install

# run aplication
> npm run dev
# or
> yarn dev

In order to be able to run the backend with all its functionality you need to create a database with all the necessary tables. To do this, use:

> yarn typeorm migration:run

# or
> npm run typeorm migration:run

📱 Run mobile

> cd nlw-happy-omnistack/mobile

# Install Dependencies
> yarn
# or
> npm install

# run aplication
> npm run start
# or
> yarn start

Open http://localhost:19002/, scan the QR Code with your cell phone (you must have the Expo app installed) to see the result.

🤝 Contributions

Follow the steps below to contribute:

  1. Fork the project (https://github.com/jpc0rrea/nlw-happy-omnistack)

  2. Clone your fork to your machine (git clone https: // github.com / user_name / happy.git)

  3. Create a branch to perform your modification (git checkout -b feature / name_new_feature)

  4. Add your modifications and commit (git commit -m" Describe your modification ")

  5. Push (git push origin feature / name_new_feature)

  6. Create a new Pull Request

  7. Wait for the analysis 🚀

📜 License

This project is under the MIT license.

🔄 My updates

  • Shimmer effect on the mobile Orphanage Details page.

About

Plataforma online para conectar pessoas com casa de acolhimento. Desenvolvido em conjunto com o time da @Rocketseat durante a Next Lever Week #3 (trilha Omnistack).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0