This project is to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
- Express
- Body-Parser package.
- Cors package.
- HTML
- CSS
- ES6
You need to install some packages by using NPM
npm install express
npm install body-parser
npm install cors