https://github.com/hebahamdan2/weather-journal-app
Weather Journal App is a simple web application developed for the Udacity Frontend Web Developer Nanodegree program using the OpenWeatherMap API.
https://github.com/hebahamdan2/weather-journal-app
cors expressjs html-css-javascript nodejs openweathermap-api udacity-nanodegree
Last synced: about 2 months ago
JSON representation
Weather Journal App is a simple web application developed for the Udacity Frontend Web Developer Nanodegree program using the OpenWeatherMap API.
- Host: GitHub
- URL: https://github.com/hebahamdan2/weather-journal-app
- Owner: HebaHamdan2
- Created: 2024-07-20T15:25:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T14:05:18.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T03:41:24.450Z (about 1 year ago)
- Topics: cors, expressjs, html-css-javascript, nodejs, openweathermap-api, udacity-nanodegree
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview #
Weather Journal App is a project developed as part of the Udacity Frontend Web Developer Nanodegree program. This application allows users to obtain current weather information for a specific location using its ZIP code and record their feelings. The app connects the client-side interface to a server and fetches weather data from the OpenWeatherMap API. Users can enter their feelings, and the application will display the current temperature, date, and the user's feelings. This project provided an opportunity to build a client-side application that communicates with a backend server.

# Reviewer Note

# Technologies
## Frontend
- HTML, CSS, JavaScript
## Backend
- Node.js ,Express.js,[OpenWeatherMap](https://openweathermap.org/api) API, CORS