https://github.com/mriganksingh/weather-journal-app
Weather Journal App
https://github.com/mriganksingh/weather-journal-app
css html javascript nodejs
Last synced: 4 months ago
JSON representation
Weather Journal App
- Host: GitHub
- URL: https://github.com/mriganksingh/weather-journal-app
- Owner: mriganksingh
- Created: 2023-05-20T17:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T08:04:30.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T20:34:02.376Z (9 months ago)
- Topics: css, html, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 886 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather-Journal-App
A weather application which fetches data based upon zip code and records latest user feelings on weather.
## Run Locally
Clone the project
```bash
git clone https://github.com/mriganksingh/Weather-Journal-App.git
```
Go to the project directory
```bash
cd Weather-Journal-App
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
Open in browser - index.html
## Tech Stack
**Client:** HTML, CSS, Javascript
**Server:** Node, Express