/Can-of-Books-frontend

This is the front-end for the My Book List application

Primary LanguageJavaScript

Can of Books FrontEnd

What can books do?

Books are life-changing. They have the power to enlighten, educate, entertain, heal, and help us grow. Build out this code base to create an web app to track what books have impacted you, and what's recommended to read next.

Use this template

Clone this repo to your own account with the green "Use this template" button. Then, add any collaborators. Now you are ready to start adding features! Deploy your site to let the world know which books have had the greatest impact on you, and what's recommended. Enjoy!

Author: Conner Thompson, Jared Plummer Version: 1.0.0 (increment the patch/fix version number if you make more commits past your first submission)

Overview

For this assignment, you will READ book data by connecting your front-end React app to a back-end Express server. Your Express server will connect to a MongoDB database. You will need to make a “schema” in your back-end code to model how you want your data to look. You will then populate your database with “seed” data—some of your favorite books. When the front end makes a request to your server, your server will query the database and respond with all of the results from the database. Your front end will display these results.

Getting Started

https://github.com/codefellows/can-of-books-frontend-template https://github.com/codefellows/can-of-books-backend-template Clone these repos and follow the instructions on the Trello https://trello.com/b/ns9ZCHQL/module-3-can-of-books

Architecture

React, MongoDB, JSX, and Express

Change Log

Estimates

Credit and Collaborations

Conner Thompson Jared Plummer