https://github.com/ducdev/weather-journal-app
Udacity Front-End Nanodegree: Weather Journal App
https://github.com/ducdev/weather-journal-app
Last synced: about 1 year ago
JSON representation
Udacity Front-End Nanodegree: Weather Journal App
- Host: GitHub
- URL: https://github.com/ducdev/weather-journal-app
- Owner: ducdev
- Created: 2020-02-23T09:31:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:29:12.000Z (over 3 years ago)
- Last Synced: 2025-01-27T07:09:11.303Z (about 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Journal App Project
## Overview
This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
## Instructions
This will require modifying the `server.js` file and the `website/app.js` file. You can see `index.html` for element references, and once you are finished with the project steps, you can use `style.css` to style your application to customized perfection.
## Extras
If you are interested in testing your code as you go, you can use `tests.js` as a template for writing and running some basic tests for your code.