HorrorFlix is a minimalist horror-movie review site.
Find new spooky movies to watch and keep track of old favorites.
HorrorFlix is a React CRUD app built with a Rails backend. All state is managed with Redux.
Users are able to use the minimalist horror-movie reviews site without logging in. Users can navigate to the movies main page and scroll through existing movies and see its average user rating from reviews.
Each movie has its individual show page where users can read each review as well as add a review.
Node.js, npm, Rails, and PostgreSQL should be installed on your machine. Other project dependencies and versions can be found in the package.json file once you have cloned the project repository.
-
Fork and clone this front-end repo and the accompanying Rails API.
-
cd into this repo and run $ npm install in your terminal.
-
cd into the backend repo and run $ rails s in your terminal.
-
The app will open in your browser. To close, enter CTRL + C in your terminal to stop running either server.
-
0.2 [TO COME] Implement user profile pages
-
0.1
- Initial Release