Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

mlshax/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Malek ElShakhs https://glitch.com/~a2-mlshax

For the assignment, I created a simple todo list. I used a ul for the tasks although I totally should have just used a table, oh well. I used CSS element, class, and id selectors as well as multiple gridboxes and used the Google Lato font for all text. The due date field is determined by the priority and the current date.

This is not my best code ever, I am truly sorry for any pain it causes.

Technical Achievements

  • Tech Achievement 1: I added the functionality to delete tasks using a delete button next to the task, however, I did not implement modifying tasks.
  • Tech Achievement 2: The site is a single page which has the form and live updates as you add or delete tasks.

Design/Evaluation Achievements

  • Did not do the Design Achievement

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • HTML 9.6%
  • CSS 6.3%