Skip to content

Instantly share code, notes, and snippets.

@carlymclift
Created September 1, 2020 21:42
Show Gist options
  • Save carlymclift/05c139a1f96b7c4cf9d72e6f64131d0f to your computer and use it in GitHub Desktop.
Save carlymclift/05c139a1f96b7c4cf9d72e6f64131d0f to your computer and use it in GitHub Desktop.

Rancid Tomatillos

Contributors Forks Stargazers Issues


Rancid Tomatillos


Explore the docs »
Report Bug · Request Feature

Table of Contents

About The Project

  • We were tasked with building an application much like Rotton Tomatoes. Our site has ratings and reviews for popular movies a user may want to know more about before watching. Or if they have watched; be able to tell others their opinion on it.

How the user interacts:

  • A user can interact by viewing the individual movie details, runtime, budget, revenue, and a description of the movie. They can also see reviews from other users. If a user wants to review a movie they can login, and write a review (which can be modified at anytime).

  • A user can also favorite movies that they like the most for easy viewing later. If they want to search for a movie, they can on the home page.

  • This Project uses:

    • React (including React testing framework)
    • XML
    • Heroku backend server
    • Jest testing library
    • CSS

Installation

Fork this repository:

Clone your forked repository

On the command line: git clone and the copied URL

Change into the directory and install the project dependencies

cd into directory and run npm install for dependencies.

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Usage

// screenshots

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are appreciated.

  • 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

Main Contributors

Acknowledgements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment