Skip to content

Created an app that saves random strings created by smashing the keyboard with your hands. (XMLHttpRequest to handle form requests then sending back JSON from Express

Notifications You must be signed in to change notification settings

XuqiuyeLi/AJAX-Smashing-Keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AJAX-Smashing-Keywords

This program was implemented as a single page web app and has implemented these features:

  • create routes that send back JSON (essentially create an API)
  • utilize the API by writing client side JavaScript that:
    • onstructs an http request by retrieving the values of form elements
    • requests data from url constructed in the background (AJAX)
    • parses the result of the background request
    • modifies the DOM appropriately

How to run

  • download / clone the respository
  • npm install to install all the dependencies
  • run node app.js in your terminal
  • go to localhost:3000/ for the homepage of Smashing Keywords

About

Created an app that saves random strings created by smashing the keyboard with your hands. (XMLHttpRequest to handle form requests then sending back JSON from Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published