We have created a React web app that allows users to view movie posters and upvote or downvote a movie as well as view that movies details.
Table of Contents
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Navigate to even-more-rancid-tomatillos
- Clone the repo
git clone SSH [email protected]:ROlearyPro/even-more-rancid-tomatillos.git
- Install NPM packages
npm install
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin ROlearyPro/even-more-rancid-tomatillos git remote -v # confirm the changes
Users can view images of movie posters and interact with them by casting a vote in favor or dislike of that movie. Upon clicking a movie's poster, the user can then view the title, genres and summary of the film.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/ROlearyPro/even-more-rancid-tomatillos