MovieMate is a Svelte app for rating movie/series and submiting your own rating.
Live Preview: https://movie-mate-bb34d.web.app/
-
Clean interface.
-
Real-time search.
-
Submit your own rating.
- Clone this project
https://github.com/WesamAbadi/MovieMate
and cd into itcd MovieMate
- Add your APIs & firebase configs into
.env
file created at the root folder. - Install Requirements
npm i
- Run the application
npm run start