# Modifying your Frontend

Let's start off with some simple exercises for understanding React.&#x20;

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!&#x20;
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.&#x20;
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!&#x20;

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

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

{% embed url="<https://hackernoon.com/a-beginners-guide-to-html-css-and-javascript>" %}
