A website for finding your favourite films and sorting them by streaming availability.
Uses TMDB API, created with React.
With Git and Node.js installed on your computer, run:
# Clone repository
$ git clone https://github.com/miltosdoul/filmark
# Go into the repository
$ cd filmark
# Install dependencies
$ npm install
# Run the website
$ npm start
This website uses the TMDB API for film data.
GNU GPLv3