Weather demo HTML/JS app. No 3rd party! Used: indexed db, web worker, promises, canvas
This is the implementation of the test task given at the interview.
Task: Develop a client for visualizing web service data that stores an archive of changes in average temperature and precipitation over the past 120 years.
- HTML5 / CSS3
- JavaScript without using third-party libraries and tools
- SPA
- On-demand data loading from service (if there is no data in db)
- WebWorker for calculations
- Canvas for chart