Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.71 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.71 KB

Number Trivia

Languages lastcommit License Issues

📱 About the Project

This application allows the visualization of number trivia.

Through the development of the app, it was possible to practice the use of Clean Architecture and TDD.

The architecture follows the pattern of dividing layers into Data, Domain, and Presentation.

The project was based on the video playlist by ResoCoder.

📷 Screenshots

🚀 Technologies

💻 How to run

# Clone Repositorio
$ git clone https://github.com/WallaceHolanda/number_trivia.git

# Instale as dependências
$ flutter pub get

# Rode a aplicação
$ flutter run

📄 Licence

This project is under the MIT License

Made by Wallace Holanda.