Modifying your Frontend

Let's start off with some simple exercises for understanding React.

  1. Let's start off by changing the library title. This is not from the database! This is hard coded somewhere. Let's change our library title to anything you'd like!

  2. Then let's find the where the image from each book cover is coded. Let's change the image! You may find any image to change it to.

  3. Notice the "bookmark" button is a little hard to see. Find which file the CSS for this text is located in. Change the CSS so that the button is easier to see!

That's it for the assignment! Next week, we'll put our backend and frontend together to add and remove books from this library.

Also, please familiarize yourself with HTML, JS, and CSS on a high-level if you aren't familiar with it. React takes many of these concepts from vanilla web development, so it's good for you to know how these work

Last updated