Skip to content

gabrieldejesus/nanny

Repository files navigation

Nanny

🕹 Demo

https://nanny.gabrieldejesus.dev

Description

The purpose of this challenge is to give a general idea of how React works and how you can use it to create simple reactive applications. You’ll be implementing a simplified version of Hapu’s ‘Become a Nanny Share Host’ view.

The concepts that gonna apply are:

  • JSX
  • Components, props and state
  • Lifecycle Methods
  • Responsive design with CSS media-queries
  • API calls
  • Error handling
  • Loading states
  • SEO & accessibility
  • A/B tests
  • Production builds.

🛠 Getting started

Clone this repository and follow the steps below:

  1. cd nanny
  2. yarn or npm install
  3. cp .env.local.example .env.local
  4. Add all environment variables (Ask me here).
  5. yarn dev

🚀 Contribution

  1. Make the fork of the project (https://github.com/gabrieldejesus/nanny/fork)
  2. Create a branch for your modification (git checkout -b my-new-resource)
  3. Do commit (git commit -am 'Adding a new resource ...')
  4. Push (git push origin my-new-feature)
  5. Create a new Pull Request

After your pull request is merged, you can safely delete your branch.


Made with 💙 by Gabriel de Jesus.