Microverse-Fullstack-Program / JavaScript-Capstone

A Museum of Art API-based website built during the Microverse online program as part of the JavaScript module Capstone project by a team of two people. The purpose of the project was to provide hand on experience in javascript, unit-testing, and API. The app is built using the frontend technologies HTML, CSS, and JavaScript.
MIT License
0 stars 0 forks source link

JavaScript Capstone - API-based project #47

Closed cherelemma closed 1 year ago

cherelemma commented 1 year ago

Implementation Summary

In this milestone, we update the home- and comment pages by adding CSS styling to them with the following modules

We also added JEST test for counting the amount of comments, in:

API

As for our external API, we went with, The Metropolitan Museum of Art Collection API. The comments, as well as the likes, are both saved in an API.

General requirements.

✅ No linters error. ✅ Followed the Git-flow. ✅ Followed JS, HTML&CSS best practices ✅ Documented work professionally.