This project represents the collaborative efforts of Amy Karanze, Nicole Latifi, Stephanie Norton, and Jake West.
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.
- React
- Redux
- React Router
- JSX
- CSS
- Test driven development with:
- React testing library
- Redux mock store
- Jest
- Clone down the repo from: https://github.com/NakiNorton/book-lovers
- 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 git@github.com:NakiNorton/book-lovers.git [...]
- When you run git clone, you can name the project as you choose like this (you replace the
- Run
npm installto update dependencies - To verify that everything is set up correctly, run
npm startin the terminal. Visithttp://localhost:3000/in the browser (or whichever port is provided!) to visit the deployed application.
A user can select and remove books to 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:
Amy Karanze: GitHub | LinkedIn
Nicole Latifi: GitHub | LinkedIn
Steph Norton: GitHub | LinkedIn
Jake West: GitHub | LinkedIn


