Skip to content

Alynn022/rancid-tomatillos

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.6%
  • CSS 14.2%
  • HTML 5.2%