> For the complete documentation index, see [llms.txt](https://wiki.berkie.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.berkie.ee/techops/getting-started-projects/web-demo-project/assignment-3-frontend/modifying-your-frontend.md).

# 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>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.berkie.ee/techops/getting-started-projects/web-demo-project/assignment-3-frontend/modifying-your-frontend.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
