/oh-my-movies

A small Web Application in React that consumes the TMDB movies API

Primary LanguageTypeScript

oh my movies

💻 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.

oh my movies

🧪 Technologies

In this project the follow technologies were used:

🚀 Getting Started

To run this project locally you must follow these steps:

  1. Clone the repository.

  2. Install the dependencies running yarn.

  3. 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.

  4. Run yarn start.

  5. Access http://localhost:3000 on your browser.

  6. If want to run the tests, type yarn test on the terminal.