Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.01 KB

File metadata and controls

39 lines (31 loc) · 2.01 KB

ReadMe

This project represents the collaborative efforts of Amy Karanze, Nicole Latifi, Stephanie Norton, and Jake West.

Overview

ReadMe is a web application we built that connects users to various New York Times Best Sellers Lists. For our group project during Module 3 of the Turing School of Software and Design, we were asked to built a web application that incorporates technology unfamiliar to us. Our group integrated Redux as our "stretch tech," to aid us in managing global state.

Technologies and Systems

  • React
  • Redux
  • React Router
  • JSX
  • CSS
  • Test driven development with:
    • React testing library
    • Redux mock store
    • Jest

Installation Instructions

  • Clone down the repo from: https://github.com/NakiNorton/ReadMe
    • When you run git clone, you can name the project as you choose like this (you replace the [...] with the terminal command arguments): git clone https://github.com/NakiNorton/ReadMe [...]
  • Run npm install to update dependencies
  • To verify that everything is set up correctly, run npm start in the terminal. Visit http://localhost:3000/ in the browser (or whichever port is provided!) to visit the deployed application.

Project in Action

A user can add or remove books from a reading list:

A user can be directed to a site to purchase book:

A user can search for a book and view book details:

Contributors:

Amy Karanze: GitHub | LinkedIn
Nicole Latifi: GitHub | LinkedIn
Steph Norton: GitHub | LinkedIn
Jake West: GitHub | LinkedIn