Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 831 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 831 Bytes

Weather-App

An App for checking the Weather in 3 different cities. This project introduced new technologies, in particular, LESS, Webpack, Gulp, Typescript, Promises, Api, Axios, HTTP Requests, Moments.js, Bootstrap, JSON.

https://samuel-morgan-tyghe.github.io/Weather-App/

What I Learnt

  • Webpack is powerful, but gulp can be implemented with less work, even faster to implement are VSC plugins although they can be buggy
  • Typescript Fundamentals
  • I prefer to use Sass than Less, Sass has more functionality, is clearer to read and to use.
  • Bootstrap can speed things up and have some useful features (maybe it will grow on me) but for now I would like to have total control of CSS
  • Promises can help speed loading times as it allows parallel programing
  • OOP with Typescript

What I Can Improve

  • Better Aesthetics