GithubHelp home page GithubHelp logo

weathrly's Introduction

Weathrly

View it live here

Description

Weathrly is a weather app built on the ReactJs framework. The motivation behind the layout was to present a user up to date weather info for any location they choose. We took forecast info for the curernt hour, the seven hour forecast, and the ten day forecast and overlayed it on vivid, high resolution images tied to the current condition to give the user a more visceral feel for the current weather conditions.

Weathrly uses the Weather Underground API to retrieve current weather conditions and presents it to the user on a React based app. The app will take new users to a welcome screen where they can enter in their location, or if they are a returning user the app will take the user to their last searched location. The search bar makes use of a prefix-trie to give the user auto-complete functionality, and the auto-complete is pre-populated with a list of 1000 cities.

To download this app, just clone down this repo and retrieve a developer key for the Weather Undergroudn API. The key must be in a file lib/key.js and named to a variable key and exported.

Static Site Layout

Desktop Welcome

Desktop Main

Desktop Error

Installation

You must have npm installed on your machine

Clone down this repository

To install: npm install

To start: npm start

To test: npm test

weathrly's People

Contributors

patrickmc21 avatar eloimercado avatar nfosterky avatar stevekinney avatar rrgayhart avatar

Watchers

James Cloos avatar

weathrly's Issues

handle user-input not found

Application should handle when a user searches for a location that is not found by the API. Team should research different ways to handle unfound locations by looking around on different weather and other location searching applications and implement a solution for their project that they find intuitive.

Test suite

4 - Project has a running test suite that exercises the application at multiple levels (feature and unit). The test suite covers almost all aspects of the application.

3 - Project has a running test suite that tests and multiple levels but fails to cover some features. All functionality is covered by tests. The application makes some use of feature testing.

Current Weather Component

the name of the current city
the current condition
the current day
the current temperature
the expected high and expected low for the day
a summary of what the weather is going to be like that day (“Windy, chance of a few late night showers. Lows overnight in the mid 50s.)

10 day forecast

the name of the day
an image that reflects the weather
the projected high and low temperature

10 day hourly breakdown

If a user clicks on a specific day on the 10 day forecast the application should display an hourly breakdown of the forecasted weather for a 24-hour period.
For each hour it should display an image that reflects the weather
For each hour it should display the projected temperature and the hour

search component

The search component consists of an input field and a submit button that allows the user to search for a location (the location should work with both a zip code and city/state).

Once the desired location is submitted there should be a way for the user to change location information. Once the location information is changed the weather should reflect the desired location.

location persists after refresh.

welcome page

Your application should have a welcome page that greets the user. The welcome page has a search component.

LINT

app should show less than 5 eslint complaints

Accesibility

The application is fully accessible.
The application can be used without a mouse
zero axe-core violations

micro interactions

Add one or two examples of Micro-Interactions found on Dribbble or Behance in your ReadMe that inspired your design

SASS

The application is fully accessible.
The application can be used without a mouse
zero axe-core violations

7 hour forecast

the hour
an image that reflects the weather
the projected temperature

auto-complete

Add autocomplete functionality to your search input
import your completeMe into your Weathrly project. Populate it with this list of city/states. When a user starts typing in a city/state or zip code display a list of possible suggestions using your completeMe’s suggest function.

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.