/Weather

REACT/NODE - Weather App - Design provided by UX design team

Primary LanguageJavaScript

Jackhammerz Weather App

Weekend project working with a developer team implimenting there designs.

Team

Dev Team

  • Luke McDonald

UX Team

  • McKellen Rattray
  • Allie Toussaint
  • Abby Fraioli
  • Evelyn donnelly

Description: Creating a Weather app for the UX class to see.

Wireframes

  • Zeplin

User stories

Full user stories & task can be found Trello

Technologies

  • React
  • Node, Express

APIs

  • WeatherMap
  • Description

Modules

  • React-Router
  • React-Dom,
  • React Switch
  • React Component

Featured Code

  • React Router code

  • Code for making our Summary Table
 

How to install and get it running on a local host

  1. Install files
  • Fork
  • Clone
  • NPM install
  1. Create local database

    • create database called 'groupweather'
    • run migration file from /Weather/db/migration.sql
    • run seed from file /Weather/db/seed.sql
  2. Create .env file

  DB_HOST=localhost
  DB_PORT=5432
  DB_NAME=groupweather

  1. Setup - Open new terminal window

    • CD into project3
    • npm run dev
  2. Setup - In a second terminal window

    • CD into project3
    • npm run watch