This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
Starter code taken from udacity repository.
To see the Demo Click Here
In this project we are using Node and Express environemnts.
Node and Express should be installed on the local machine.
The project file server.js should require express(), and should create an instance of their app using express.
The Express app instance should be pointed to the project folder with .html, .css, and .js files.
- Express
- body-parser
- cors
- nodemone
Local server should be running and producing feedback to the Command Line through a working callback function.
npm install -g nodemon
npm install
nodemone
push ctrl + click left on http://localhost:5000/ To Open localhost in default browser
- add comment in html
- change css
- resposive on all device
website
css
- style.css
images
- bg.jpg
- bg2.jpg
js
- app.js
- index.html
- package.json
- package-lock.json
-procfile
- README.md
- server.js