React Native - Coding Challenge

Reggora is looking for people who can build awesome products, so we created this challenge to test our candidates' overall developer skills.

Instructions

1. Build your app

You have 1 week to complete the challenge.

Implementation and design will be evaluated.

2. Submit your challenge

Follow these instructions to submit your challenge.

3. Impress us with your skills

Challenge

Jack owns so many cats that he can't keep track of all of them. He needs some way to keep track of all of his cats - almost like a Pokédex for cats.

Requirements

Your app should be able to complete the following tasks:

  • Add a new Cat (Name, Breed, Description, or anything else you think would be important)
  • Remove Cats
  • Edit Cats
  • List all of his Cats
  • Persist data using Redux

Grading

The grading of the app will be based off of three criteria:

  • 30% - UI and UX
  • 40% - Overall Design and Structure
  • 30% - Data Management and Store