Arkangel AI 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
- Send your final repository to [email protected] with subject: Pokedex Coding Challenge
Jack owns so many Pokemons that he can't keep track of all of them. He needs some way to keep track of all of his Pokemons - almost like a Pokédex.
Your app should be able to complete the following tasks:
- Add a new Pokemons (Name, Category, Description, or anything else you think would be important)
- Remove Pokemon
- Edit Pokemon
- List all of his Pokemon
- 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