Skip to content

ksincaglia/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Glitch is not working for me for this project so I captured a video of me using the local site (there were no errors in my repository in vs code or anything). It is attached in the repo. It is called a2-katesincaglia-video.zip.

https://a2-katesincaglia.glitch.me -> included just in case it decided to work for you :)

Social Media Username Generator

Ever have trouble coming up with a username for your social media? Well this page is here to help! The form takes the user's name and outputs a fun, unique username! I made the background color a nice appealing light pink, and used the Lato font for the whole page (sourced from Google Fonts). These was applied using CSS to the whole body. I also added an image of social media company logos.

Technical Achievements

  • Tech Achievement 1: I created a single page site that takes in the user inputed data, takes it to the server, then the program ourputs the updated piece of data in real time for the user to see. Then the user can input the data again for another result.

About

Assignment 2 for CS4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • HTML 32.9%
  • CSS 5.3%