Summary: This project is a weather app that uses async capabilities to grab data from a weather API.
- Javascript
- Use promises with async/await to fetch a third party API
- Access JSON data from an API for specific project requirements using 3rd party documentation
- Use of try/catch statements for errors and input custom validity
- Use of Date object to utilize API unix time data
- CSS
- Create basic dark mode light mode
-
HTML
-
Documents
- Developed build plan for npm/webpack based projects