Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 860 Bytes

weather_app

A simple Flutter project. implementing the clean code architecture and TDD provided by ResoCode (a 7-hour course teaching how to organise your code to meet the best practice regarding the readability and flexability. fetching the data from openweathermap

Image

skills implemented

  • clean code Architecture inspired by ResoCode.
  • SOLD Principles aiming to make the app more understandable, flexible and maintainable.
  • TDD (test driven development) with the commonly applid structure of setup, execution, validation, and cleanup. which makes the software more testable and maintainable .
  • RESTful Api.
  • Bloc as a State managment solution.