Skip to content

Project "Weather Journal App" - Udacity Nanodegree - Front-End Development Professional

Notifications You must be signed in to change notification settings

Ahmed-Makled/weather-journal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Journal App Project

Weather-Journal App

This project requires you to create an asynchronous web app that uses Web API and user data to dynamically update the UI.

Starter code taken from udacity repository.


Demo

To see the Demo Click Here

Node and Express Environemnt

In this project we are using Node and Express environemnts.
Node and Express should be installed on the local machine.
The project file server.js should require express(), and should create an instance of their app using express.
The Express app instance should be pointed to the project folder with .html, .css, and .js files.

Project Dependencies

  • Express
  • body-parser
  • cors
  • nodemone

Local Server

Local server should be running and producing feedback to the Command Line through a working callback function.

commend initialization Environemnt

npm install -g nodemon
npm install
nodemone

push ctrl + click left on http://localhost:5000/ To Open localhost in default browser

addattion

  • add comment in html
  • change css
  • resposive on all device

Project Structure

website
   css
       - style.css
   images
       - bg.jpg
       - bg2.jpg
   js
       - app.js
   - index.html
- package.json
- package-lock.json
-procfile
- README.md
- server.js

About

Project "Weather Journal App" - Udacity Nanodegree - Front-End Development Professional

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published