Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T14:05:18.000Z (5 months ago)
- Last Synced: 2024-07-21T15:31:47.819Z (5 months ago)
- Topics: cors, expressjs, html-css-javascript, nodejs, openweathermap-api, udacity-nanodegree
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 2
- 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.![successfully passed](https://github.com/user-attachments/assets/9b76e0ea-b135-4f6d-9c48-7cdf082e2eba)
# Reviewer Note
![Rate](https://github.com/user-attachments/assets/d2523631-02a9-44ee-98f1-231bd6b8c2cb)# Technologies
## Frontend
- HTML, CSS, JavaScript## Backend
- Node.js ,Express.js,[OpenWeatherMap](https://openweathermap.org/api) API, CORS