Skip to content

wally-yawn/rancid-tomatillos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rancid Tomatillos

Deployed Link

Rancid Tomatillos

Contributors:

Karl Fallenius : linkedIn | github
Wally Wallace : linkedIn | github

Abstract:

This is a front end React application that allows users to see a list of movie, upvote and downvote them, and click the movie poster to view additional details of that movie.

Installation Instructions:

Clone this repo, then run npm install, npm install react-router-dome, then npm start

App Preview

Main Page Screenshot 2024-12-19 at 3 00 35 PM

Movie Details Screenshot 2024-12-19 at 3 01 37 PM

Context

This project was the first paired project of Mod 3 at Turing.

Learning Goals

The learning goals of this project was to implement React components, making use of states and props, as well as Router to control navigation through the site. We also made use of fetch to load data from a third party api. The project was tested using cypress.

Wins and Challenges

The big win is a functional website which is easy to navigate, including with a screenreader. The big challenges we faced were in using an external api to fetch data, which we were able to overcome.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • CSS 23.8%
  • HTML 2.6%