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.
This application is currently live on Heroku.
Check it out here!
Here is how the application appears and functions.
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
This project used Jest through the React testing library
You can use npm run test
to run the test suite through your terminal.