Skip to content

hoangtran-97/web_weatherJournal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gleen Weather Journal

A Journal with saves your journal entries with that day weather info based on Zip Code.

Live version - Deployed on Herokku.

Getting started

Clone this repo and checkout at branch "develop":

git checkout develop

Features:

  • Responsive using CSS Grid and Flexbox.
  • Dynamic and sticky navigation menu based on number of sections on page.
  • On click smooth scoll to section.
  • Weather Information based on http://openweathermap.com/ Current Weather API based on Zip Code.
  • Animated weather and changed dynamically based on current weather.
  • Ability to add journal entries and all entries are rendered as a scrollable list.
  • Back-end Express server with POST and GET route to write and read data.