- Clone the repository
- Add your apikey from themoviedb.org under core/lib/application/config.ts
- npm install under the core directory
- npm run build under the core directory
- npm install under the web directory
- npm start under the web directory
App is configured for mobile devices only, have your phone and laptop on the same wifi. Check your machine's ipaddress using ipconfig (or similar), In your mobile browser enter the ip address followed by the port like so http://{ipaddress}:3000
TODO: Write unit test cases for typescript Add mobile code in react native Add state management