ZeyadTarek1 / WeatherApp-Mern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp-Mern

Table of Contents

Description

  • This project is still a work in progress.
  • This project uses React, Express and Node.
  • The goal of this project is to fetch and save weather data as well as display previous searches.

Instructions

  • Data fetching temporarily not working. Using a fixed data storage.
  • Click the submit button to display.

Usage (run fullstack app on your machine)

Prerequisites

Download

$ git clone https://github.com/ZeyadTarek1/WeatherApp-Mern.git

Install

Install client dependencies (PORT: 3000)

$ cd client
$ npm i

Install server dependencies (PORT: 5000)

$ cd server
$ npm i

Run-Stack

$ npm run dev //from the root of the project

About


Languages

Language:JavaScript 57.1%Language:CSS 26.0%Language:HTML 17.0%