Skip to content
 
 

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB102 Prework - GameQuest Hub

Submitted by: Gildardo Orea Amador

GameQuest Hub is a website for the company Sea Monster Crowdfunding that displays information about the games they have funded.

Time spent: 6 hours spent in total

Required Features

The following required functionality is completed:

  • The introduction section explains the background of the company and how many games remain unfunded.
  • The Stats section includes information about the total contributions and dollars raised as well as the top two most funded games.
  • The Our Games section initially displays all games funded by Sea Monster Crowdfunding
  • The Our Games section has three buttons that allow the user to display only unfunded games, only funded games, or all games.

The following optional features are implemented:

  • List anything else that you can get done to improve the app functionality!
  • Added a navigation bar at the top of the page to get to any of the three sections quickly

Video Walkthrough

Here's a walkthrough of implemented features:

Video Walkthrough

GIF created with ScreenToGif

Notes

Describe any challenges encountered while building the app.

  • A major challenge was learning how to dynamically create and append elements to the DOM. At first, I tried to pass entire HTML strings into createElement, which did not work. I had to switch to using ".innerHTML" inside newly created elements, or chaining createElement with appendChild.
  • The reduce method was a little bit tricky. I initially confused the accumulator’s starting value, which sometimes led to unexpected results. Once I read more documentation and understood how the accumulator works, I was able to calculate totals like the number of contributions and total pledge amounts more easily.
  • Finally, understanding how to use the ternary operator inside template literals for pluralization (“1 game remains” vs. “2 games remain”) took some time, but it helped me to understand clearly how they can be used for displaying and rendering text.

License

Copyright [2025] [Gildardo Orea Amador]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages