Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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