Skip to content

sdandeneau10/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 2 - Short Stack: Basic Two-tier Web Application using HTML/CSS/JS and Node.js

Football Stats Tracker

  • This project pertains to football statistics processing.
  • The application addresses the problem of storing all of the information throughout the course of a football game by splitting up each play.
  • The use of html forms allows the user to easily input data.
  • The current application is a very basic implementation that does not fully solve the problem.
  • For future work, a database would be helpful to store data persistently to ensure it is not lost when a session is ended. Also, further analysis using the provided data would be useful.

https://sdandeneau10-a2-shortstack.glitch.me

Technical Achievements

  • Use of TextArea: As part of the form I looked into the use of addtionally html elements such as text area and input lists.

Design/Evaluation Achievements

  • Provided Alt For IMG: Provided an alternate image tag to ensure text-only viewers can still find the application usable.

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.5%
  • JavaScript 37.9%
  • CSS 10.6%