Reggora is looking for people who can build awesome products, so we created this challenge to test our candidates' overall developer skills.
You have 1 week to complete the challenge.
Implementation and design will be evaluated.
Follow these instructions to submit your challenge.
- Setup your Development Environment (React Native - Getting Started guide)
- Write your Code
- Commit your Changes
- Fork the Challenge Repository
- Issue a Pull Request
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.
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
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