/Reviwer

Have you ever thought about evaluating and keeping in mind the movies you've already watched? And did you imagine what it would be like to put you together with other people who have also seen this movie and be able to talk about it? That's the Reviwer's mission! At the moment just an idea put on paper!

Primary LanguageJavaScript

Reviwer

This project is a prototype for another project that I'm working on. It's a simple web app that allows you to review movies and create communities around them. It's built with React, Redux, and Firebase, makink queries to the TMDB API. If you want to try it out, you can do so by following the instructions below.

Live Demo

You can find a live demo of the app here.

Installation

Clone this repository and install the requirements:

git clone https://github.com/renan-dias/Reviwer.git

Move to directory and run the program:

cd /Reviwer

#Install dependencies

npm install

Usage example

Type a movie name in the search bar and click on the search button. And see the results. This function is the primordial function of the future app. You can also click on the movie poster to see more details about the movie.

Release History

  • 0.0.1
    • CHANGE: Create project and publish it on GitHub.

Coming

  • 🎉 Start the project
  • Make a style guide
  • Add a login system
  • Add a review system
  • Add a community system