This project is an asynchronous web app that uses Web API and user data to dynamically update the UI.
- Install Node.js
download here
- The project requires Express and cors:
npm install express
npm install body-parser
npm install cors
- Run the server
Go to your project folder and start the server node server.js
- Open the app on your browser
Go to http://localhost:8000