GithubHelp home page GithubHelp logo

mini-weather's Introduction

maxi-weather

  • The app consists of a grid of 9 panels. Every panel shows the weather data of one city. Initially, all panels would be empty.
  • On clicking on an empty panel, a text box is shown on the panel itself, asking the user to enter the city name. On entering the name, the panel now shows weather data for that city.
  • Every panel should have an β€œEdit” button - on clicking this, the user should be able to change the city shown in that panel.
  • If there was an error in getting the data (eg. wrong city name), the panel itself shows the error and the user can re-enter the city name.
  • Every panel has a background picture that describes the weather at the city eg. sunny/rainy/cloudy.
  • The panels should be in a grid and responsive - the panels should align themselves in a row with respect to the screen size: for small screens - less number of panels in a row and for large screens - more number of panels in a row. BONUS SPECIFICATIONS
  • The weather data must be updated regularly - data displayed should be no more than 5 min old. This must not be done using a manual refresh button.
  • Enable offline use - on refreshing the page, after switching off internet, the page shows the last obtained weather data. To implement this, use either HTML5 LocalStorage or IndexedDB(use the Angular IndexedDB wrapper if using this).

mini-weather's People

Contributors

vishalka98 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.