Frontend application allowing to retrieve film information and establish your own rating
Built using React
Deployed on Netlify: https://bagaze-movie-rater.netlify.app/
Run the following commands
yarn install
yarn run start
Application is available at http://localhost:3000/
Build an optimized production build using
yarn build
Retrieve the content of the build
and serve it using your favorite HTTP server