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.
You can find a live demo of the app here.
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
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.
- 0.0.1
- CHANGE: Create project and publish it on GitHub.
- 🎉 Start the project
- Make a style guide
- Add a login system
- Add a review system
- Add a community system