Skip to content

davidvollum/a2-shortstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comment Form

This application allows users to leave comments with contact info to the developer. The main challenge I struggled with was sending the results back to the admin page of the client so that they could be viewed as a table. I ended up settling on fetch as the way to move data from the server to the clientMy primary reason for writing this was as a prototype for my own website, in which I want to have a contact form. Contact forms are often more secure and easier then email.

There are 2 pages, the user view and the admin view. The user view (/index.html) has the comment form and the admin view lets and admin view all of the comments (/admin.html)

https://a2-davidvollum.glitch.me/

https://a2-davidvollum.glitch.me/admin.html

Technical Achievements

  • Using Push and Fetch I was able to make it so comments can be submited on one page and apear on the other page when the admin clicks refresh
  • 2 Pages interacting together
  • Ability to delete comments from the server

Design/Evaluation Achievements

  • External font used "Roboto" which can be seen on the main index.html page
  • I have tested it with many comments and it works well
    • It will lose all of the comments when the server quits
  • CSS to center the content horizontaly and change the background color (/styles/style.css)
  • Clear feeback when comment is sent to the server

About

Assignment #2 for CS 4241

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 54.9%
  • JavaScript 41.2%
  • CSS 3.9%