The front end of my New Zealand International Film Festival movie organising tool
- GUI provides an input field for a user to input their NZIFF wish list url e.g. www.nziff.co.nz/s/iDO/
- You then select the dates and start end dates for each day
- My GUI makes a request to my API for movies that fit your schedule
- A list is then displayed of a schedule of seeing all your movies at your specified times
- Language translation for English, Mandarin and Maori
- Ability to share your movies schedule
Tools needed to run this app:
node
andnpm
fork
this repoclone
your forknpm install -g gulp karma karma-cli webpack
install global cli dependenciesnpm install
to install local dependencies
npm run start
to launch application browse to http://localhost:4000/
npm run test
to run tests and test code coverage