Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.05 KB

README.md

File metadata and controls

73 lines (47 loc) · 2.05 KB

reading-rambo

Purpose

Connecting book lovers to movies, and movie lovers to books, by allowing users to search for their favorites of either and find the inverse, corresponding media.

Table of Contents


Preview

This application is currently live on Heroku.

Check it out here!

Here is how the application appears and functions.

Installation

Navigate to the directory you would like to use using the CLI and then clone this repository:

git clone git@github.com:cshepscorp/reading-rambo.git

Create the application with React through the CLI:

npx create-react-app <project-name>

Once complete, the application should automatically luanch in your default browser. If not, you can start the app using npm start

Tests

This project used Jest through the React testing library

You can use npm run test to run the test suite through your terminal.

Documentation

Contribution