hneels / degree-fetcher

A mini-project that fetches JSON data about academic degrees using a REST API and dynamically updates the DOM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Degree Fetcher with REST API

screenshot of degrees

Technologies

  • HTML
  • CSS
  • JavaScript/ JSON
  • REST API

Summary

This mini-project fetches JSON data from the degrees.json file using a REST API (hosted on Netlify) and dynamically updates the DOM with a table containing information on degree attainment when the "Get Degrees" button is clicked. Likewise, the "Clear Degrees" button removes the table from the DOM.


This was a solo assignment for CS601. Copying any portion and submitting it as your own work is a violation of Boston University's Academic Conduct Code.

About

A mini-project that fetches JSON data about academic degrees using a REST API and dynamically updates the DOM.

License:GNU General Public License v3.0


Languages

Language:JavaScript 62.0%Language:CSS 25.1%Language:HTML 12.8%