UC Berkeley IEEE Public Spaces
TechOps
TechOps
  • Home
    • History
    • Members
    • Projects
      • IEEE Time
      • SIEEECURE
  • Getting Started Projects
    • Getting Started with TechOps Projects
      • GitHub Setup
      • Git Workflow
      • Git Practice Assignment
      • Hardware Projects Setup
    • Web Demo Project
      • Assignment 1: HTTP Requests
      • Assignment 2: MongoDB
        • MongoDB Setup
      • Assignment 3: Frontend
        • Going through the Files
        • Modifying your Frontend
      • Assignment 4: Starting with Full Stack
        • Part 1: Adding A Form
        • Part 2: Connecting to a Live Database
    • Beginner VLSI Design Project
      • Initial Exercise: ALU
Powered by GitBook
On this page
  1. Getting Started Projects
  2. Web Demo Project
  3. Assignment 3: Frontend

Modifying your Frontend

PreviousGoing through the FilesNextAssignment 4: Starting with Full Stack

Last updated 1 year ago

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

LogoA Beginner's Guide to HTML, CSS, and JavaScript | HackerNoonhackernoon