Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 823 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 823 Bytes

Calendar and Weather on Pure JavaScript and HTML

preview

Installation

You need install JSON Server :

npm install -g json-server

And Start JSON Server

json-server --watch db/db.json

Built with

  • HTML
  • CSS
  • JavaScript
  • Webpack
  • JSON Server
  • OpenWeatherMap API

Functional

  • Information stored in a database.
  • Current Date is in blue color.
  • Hover over a Date and the Date is in gray frame.
  • By clicking on the date, open a modal window with a scheduler.
  • Click the up and bottom arrows to move month to month.
  • Weather updated every minute from the OpenWeatherMap API

Author

👤 Andrei Shinkarev