SylarZzz / a2-SylarZzz

Assignment #2 for Webware, 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Wenjie Zhang https://a2-sylarzzz.glitch.me

Pet Grooming Service Booking

This website is a real-time booking website for pet grooming services. Users need to fill out the information form on the left and hit the submit button to schedule an appointment. Users can check out, modify, and delete their appointments on the table that is on the right side of the website. To modify an appointment, click on the modify button on the appointment. It will bring the user's appointment back to the form on the left and users need to make sure they have filled out every part of the form to successfully modify their appointments.

For CSS positioning, I mostly used margin-(top/left/right) to line everything up. I also used grid-template-columns to set the size percentage of the left(form area) and right(table area) body of the website.

Technical Achievements

  • Tech Achievement 1: The website is a real-time one-page website that users can immediately see the modification they made to the data on the table by creating, modifying, or deleting.

About

Assignment #2 for Webware, 2022


Languages

Language:JavaScript 57.6%Language:HTML 30.6%Language:CSS 11.8%