💻 About
Oh My Movies is a movie search service build to help you to find out what to watch next. It uses the TMDB Api to gather all information that you might need to build your next film list.
Don't have time to watch right now? No problem! You can save the movies that you like on a Watch Later or Favorites list!
No account registration needed! Just login with your Google Account!
This project is part of the LeoVegas Front-end Challenge. You can watch a video showing how to use the app here. Or maybe you can try it by your self the deployed version here.
🧪 Technologies
In this project the follow technologies were used:
🚀 Getting Started
To run this project locally you must follow these steps:
-
Clone the repository.
-
Install the dependencies running
yarn
. -
To use the firebase you need to fill the
.env.local
file with your own keys. You will find all information that is necessary in the.env.example
file. -
Run
yarn start
. -
Access http://localhost:3000 on your browser.
-
If want to run the tests, type
yarn test
on the terminal.