Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

68 lines (42 loc) · 2.11 KB

Rancid Tomatillos

Table of Contents

Overview

This is a paired project using React to build an application that allows the user to view all movies, search movie by title, and filter movies based on different categories. The user is also able to click on a see more details button to view the movie's tagline, overview, rating, release date, genres, and runtime if available from the api data available.

Install and Setup

  1. Clone this repo git clone git@github.com:Alynn022/rancid-tomatillos.git
  2. Install the necessary package dependencies npm install
  3. Run the command npm start
  4. Start the server at http://localhost:3000/

Deployed site

https://alynn022.github.io/rancid-tomatillos

Screenshots

Home page view

Screen Shot 2022-02-14 at 3 20 13 PM

Users can view a list of movies with the title, ratings, and release date.

home-view

Users can search movies by title and view movie details

search-view

Users can filterd by different categories

filtered-view

Users can click the home button from any page to go back to all movies list.

home-button

App also has responsive layout for mobile view or browser view.

responsive-layout

Links

Checkout the Turing spec sheet here

Contributors

Phil Lewis
Lynn Nguyen

Technologies

  • React
  • JavaScript
  • CSS
  • Fetch API
  • Cypress