Skip to content

reergymerej/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo

This is a super cool awesome app athat will:

  • act as a web server
  • render a screen with an input field
  • submit the value in the field to the server
  • respond with some type of transorm based on the value
  • render the response

Goals

  • learn web/JS ecosystem (npm, express, etc.)
  • handle DOM events
  • send/receive AJAX
  • manipulate DOM

Prerequisites

  • Git
  • Node
  • npm (included with Node)

Installation

  • clone the repo
  • npm i # installs the dependencies in package.json

Running

cd echo
npm start # runs the "start" script in package.json
# https://docs.npmjs.com/misc/scripts

About

Learn about client-side JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published