https://github.com/abdullahghanem/fend-weather-journal-app
fend-weather-journal-app
https://github.com/abdullahghanem/fend-weather-journal-app
Last synced: 3 months ago
JSON representation
fend-weather-journal-app
- Host: GitHub
- URL: https://github.com/abdullahghanem/fend-weather-journal-app
- Owner: AbdullahGhanem
- Created: 2021-10-13T03:04:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T00:41:02.000Z (over 3 years ago)
- Last Synced: 2025-03-24T00:34:01.499Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Journal App Project
## Table of Contents
* [Introduction](#introduction)
* [Instructions](#instructions)
* [Credits](#credits)## Introduction
This project demonstrates how to create an asynchronous web app that uses Web API and user data to dynamically update the UI.
## Instructions
1. git clone https://github.com/AbdullahGhanem/fend-weather-journal-app
2. run `npm i`
3. run `node server.js`
4. open web browser on `http://localhost:8000/`## Credits
- [abdullahghanem](https://github.com/abdullahghanem)