- Description
- Technologies
- Project Environment
- Project Dependencies
- Development Strategy
Weather Journal Application that uses an external web API and passes the data back and forth between the Serve-side endpoint & the Client-side endpoint, then dynamically updates its UI.
Technologies in use: HTML, CSS, JavaScript.
Run time Environment in use: Node.js & Express
Dependencies in use: Express, CORS(For Cross-Origin Resourse Sharing), Body-Parser(For Middleware)
- Setup Node&Express environment
- Setup a server and route data throught the app
- Integrate an external API into the app and data routes
- Use HTTP POST&GET requestes to create persistent data in the app
- Use J.S Fetch API to update the UI based on HTML input forms and external API data