Skip to content

rayraycodes/web102_prework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB102 Prework - Sea Monster Crowdfunding

Submitted by: Regan Maharjan

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

Time spent: 10.5 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:

  • Search Functionality: A search bar is added to index.html and an event listener is added in index.js to filter games based on the user's search query.
  • README Updates: The README.md file is updated to include a description of the app, a list of required and optional features, a video walkthrough, notes on challenges encountered while building the app, and licensing information.
  • Animation: A function animateFadeIn(element) is created in index.js to animate all elements in the body.
  • Overall Design and Feel: Gamish Theme: The design was revamped to incorporate elements that make the page feel more interactive and engaging, similar to a game. This could include vibrant colors, dynamic animations, and interactive elements that encourage user interaction.
  • Enhanced Navigation: Priorities were revised to help users find information more easily and quickly. This could involve reorganizing the layout, highlighting key sections, and improving the overall information architecture. Responsiveness:
  • Improved Responsiveness: The page's responsiveness was updated to ensure a seamless experience across various devices, such as smartphones, tablets, and desktops. This includes optimizing the layout, images, and interactive elements for different screen sizes and resolutions.
  • Visible Filtering: The feature updates the "game-status" span to display the label "(Unfunded)", "(Funded)", or "(All)" corresponding to the filter selected by the user through the "Show Unfunded Only", "Show Funded Only", and "Show All Games" buttons, respectively.

Video Walkthrough

Here's a walkthrough of implemented features:

Video Walkthrough

GIF created with Kap

License

Copyright 2024 Regan Maharjan

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 73.0%
  • CSS 15.4%
  • HTML 11.6%