Mu-selim / Weather-Journal-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather jouranl App

Introduction

This project requires to create an asynchronous web app that uses Web API and user data to dynamically update the UI for a Weather-Journal App.

Live deployment: link

Install require packages

To make this project work, nodejs should have been installed in your machine then open terminal and install the following node packages:

npm i express
npm i body-parser
npm i cors

Start server

To start server write the following command:

node server.js

It will run on port:3000

http://localhost:3000

About


Languages

Language:JavaScript 59.6%Language:CSS 25.8%Language:HTML 14.6%