Skip to content

sushantRana/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Folder Structure

The folder structure is :

weatherApp/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    actions
    components
    config
    containers
    reducers
    index.css
    index.js
    Root.js
    setupTests.js

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Select the location by searching via the searchbar at the top. click on the marker to know the weather pattern for the next five days including todays.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

following are the modules used :

  1. create-react-app starter kit
  2. Axios to make aysncronous network calls.
  3. OpenWeatherMap API to get weather forecast for 5 days.
  4. React Places autocomplete to get the location data such as lat and longitude.
  5. react-modal to show the modal
  6. react-google-maps to show the google map
  7. JEST and Enzyme for snapshot and unit test cases

Future Enhancements :

  1. More security features
  2. layout enhancements
  3. mobile devices support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published