Skip to content

smmr-dn/web102_prework

 
 

Repository files navigation

WEB102 Prework - Sea Monster Crowdfunding

Submitted by: Uyen Doan

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

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

  • Two additional buttons (Our Game, Statistics) at the top to directs users to the specific sections
  • Search bar for users to find games using their own keywords

Video Walkthrough

Here's a walkthrough of implemented features:

Video Walkthrough

GIF created with LICECap

Notes

Working with web development without using frameworks was at first a challenge for me. As I am used to using built-in libaries or functions and simple TypeScript, implementing with merely JavaScript alongside with basic to intermediate data structure concepts has been such an excitement for me. Secondly but not less important, designing for the visual UI with HTML and CSS enlighted a bad habit of mine which was using an excessive amount of inline styling. However, this prework tutorial from CodePath showed me how to name tagged sections with ids and use them in a right order.

License

Copyright [2022] [Uyen Doan]

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

No packages published

Languages

  • JavaScript 67.0%
  • CSS 17.4%
  • HTML 15.6%