PelumiTayo / site-week1-lab2-report-card-generator-starter

CURRENT - 2023 SITE Starter code for Report Card Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report Card Generator Lab

Your college has realized their report card generating system is broken! They've reached out to you to see if you'd be willing to help them fix it.

At the moment, they have the styling and general layout done, but they're missing valid JavaScript. Your job is to modify the script.js file with code that produces a working report card generator. They've sent over your grades for the year to use as a model.

✅ Application Features

Core Features

  • Report card displays student information: name, grade, advisor, major, graduation year, and image
  • Grade dynamically changes and shows at least 3 semester options (fall, winter, and spring)
  • Each semester displays the corresponding class, including class code, class name, semester, credits, and letter grade

Stretch Features

  • Report card calculates GPA automatically
  • Users can change their grades after the initial report card is generated

About

CURRENT - 2023 SITE Starter code for Report Card Lab


Languages

Language:JavaScript 46.3%Language:HTML 28.4%Language:CSS 25.4%