You are on page 1of 1

InfoCasas APPs Challenge Criteria

Your goal is to set up a personal task management app that lets users track and focus on the
things they need to get done.

Requirements:
● Must use ReactNative
● You could choose between using js or ts
● Must persist data in device (“localStore” or some type of local db)
● Must be able to create, update and delete and list task
● Must be able to filter by completion (see all, see only completed)
● Must be able to search tasks by name
● You can choose to use any library you want, but take in consideration that we will take your
library picking choices into consideration in your evaluation.

How to submit
You should provide a public git repository and send the link to your point of contact.

IMPORTANT !!!!
The project must include a readme file with instructions for running the local environment. It should
specify basic obvious commands (such as npm install) and also any extra command or step to run
the local environment.

If the project needs some environment file (that usually should be ignored in the git repo) you must
add an example file with the necessary configs and it must be mentioned in the readme file
instructions. (ej: if you need a .env file, you must add a .example.env or something similar).

If the project doesn’t provide clear instructions on how to run it the candidate will be disqualified. We
will not “try hard” to run your project.

Time limit
There is no hard time limit for this coding challenge.

Happy coding!

Good luck, The InfoCasas Team

You might also like