Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 771 Bytes

StartUpGenerator.md

File metadata and controls

17 lines (10 loc) · 771 Bytes

StartUp Name Generator

Create a simple application that displays 10 random startup name suggestions. This is the first project that the Flutter Docs suggest doing. If you get stuck and are not sure how to complete the app, you can always refer back to the tutorial in the Flutter.dev documentation.

Features

  • As a User I can select and unselect names
  • As a User more names are generated for me as I scroll down
  • As a User names are generated randomly for me by pairing words together

Additional features

  • As a User I can incorporate outside APIs instead of using Flutter's WordPair Object

Helpful documentation and resources