/movieReviewer

Movie reviewing application.

Primary LanguageJavaScript

Turing School of Software and Design Mod 3

Dope or Nope

This goal of this project was to build a movie reviewing website with several technologies we had never used before, including React, Express, and Router. We used Express to build a microservice to add the commenting and favoriting feature to the site. The project was completed within 21 days and uses jest, and react testing libraries for unit and integration tests.

This project was bootstrapped with Create React App.

Contributors:

Bill Wilke

Carlos Alfredo Flores

Technologies used:

  • React Framework
  • Router Library
  • Jest Testing Library
  • React Testing Library
  • Express
  • Lighthouse
  • ReactDOM

Setup

  1. Go to this repository and follow the directions in the README.md : https://github.com/carflor/movieReviewerMicro

  2. Clone down this repo

  3. Get into the repo by runningcd movieReviewer in your terminal

  4. Then install the library dependencies. Run in your terminal:

npm install
  1. Run npm start in your terminal.

  2. Go to http://localhost:3000/ in your browser and you should see the page!

  3. When ready to quit hit ctrl + c in your terminal to stop the server.

GIFS

Logging in:

Log In

Rating:

Rating

Favoriting:

Favoriting

Commenting:

Commenting

View Trailers:

Trailers