The steps I did to run the project locally:
- Open project in Android studio
- Start up an emulator.
- Navigate to the project folder using powershell. And run:
- npx react-native start
- Create a new powershell window and run:
- npx react-native run-android
Think I spent approximately 8 hours on actual development and some more on setting everything up. I had some issues with the emulator not showing changes and crashing at random times. Also found the documentation for the API a bit limited.
If I would spend some more time I would have tried to add favorite functionality, refactor the code a bit and to add some unittests.