See More Details
Copyright (c) 2021 Abdelrahman Sherif MostafaPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
As of now, we are using wallpaper from WallpaperAccess under the personal use only.
See More on the personal use only license
The wallpapers are for personal use only. **Personal use means that they are not to be used for any commercial purposes where you may charge money, collect fees, or receive any kind of payment.** These background images may not be used on any website where they could generate revenue, and they cannot be used in advertisements. The images may not be resold, relicensed or sublicensed.This project creates an asynchronous web app that uses Web API and user data to dynamically update the UI.
- HTML - CSS - JavaScript
- DOM Manipulation with Vanilla JavaScript
- Asynchronous JavaScript
- GET - POST Requests
- Promises - Chain Promises
- try - catch - .than()
- fetch()
- NodeJs
- nvm - npm
- express
- cors
- body-parser
- local server
Weather-Journal App is a web-based weather application that uses OpenWeatherMap's Weather API to get the weather data based on the entered Zip Code. NOTE: For now it's for US only.
In addition to fetching the weather data, it also takes some feedback from the user and stores it in a NodeJs server endpoint to retrieve it later and dynamically display it to the user.
- Project File Structure
'/weather-journal-app'
website
imgs
- app.js
-index.html
-style.css
node_modules
- package.json
- package-lock.json
- README.md
- server.js
assets
-
All features are usable across modern Desktop, Tablet, and Phone Browsers.
-
Interactive design and animations.
-
Color Palette
- Primary:
#f79438
- Accent:
#eab57e
- Error:
#ff202f
- Primary:
After Installing nvm (Node Version Manager) on your machine:
Install nodeJS via npm:
$ npm install node
Make sure you're in the project's home directory, then start the server:
NOTE: The default localhost is on port 4000.(http://localhost:4000)
$ node server.js
TODOs List
- Live View.