Skip to content

NikhilT27/Weather_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Get user's weather detail using location provided by user. This repo contains code for the website at client and backendapi. Backend is created using Express.js and deployed to heroku. Frontend is created using React.js and CSS3.

Introduction

User

This Weather App allows USER to select cities of India. And to get selected city weather information.

  1. Click on Any one right-side city to view "selected city weather".

Getting Started

  1. To run the frontend locally-

    cd client
    yarn install
    yarn start

    This starts the frontend locally, with the backend using herkou api provided.

  2. To run the backend locally-

    yarn install
    node index.js

    This starts the backend locally.

About

Weather App, provides selected location weather detail.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published