Weather-Journal App Project
This project mission is to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
HTML, CSS, Javascript
This project is a quick practice of setting a server and routing a public API (open weather map) with your website to get info dynamically. Main practices in this proejct are:
- API and API key
- Async .. await functions
- Setup a server and debugging