Namer is a simple Flutter application that generates random word pairs and allows users to save their favorite pairs. The app features a clean interface with two main pages: the homepage, which displays a new word pair each time the "Next" button is clicked, and a favorites page, where users can view their liked word pairs.
- Random Word Pair Generation: Click the "Next" button to generate a new random word pair.
- Favorites List: Save your favorite word pairs by clicking the "Like" button.
- Two Page Navigation: Easily navigate between the homepage and the favorites page.
To get started with the Namer app, follow these steps:
git clone https://github.com/yourusername/namer.git
cd namer
- Install dependencies: Make sure you have Flutter installed on your machine. Then run:
flutter pub get
- Run the app: Use the following command to launch the app:
flutter run
Upon launching the app, you will see a random word pair displayed on the homepage. You can:
- Click Next to generate a new random word pair.
- Click Like to save the current word pair to your favorites.
- Navigate to the favorites page to view all saved word pairs.
This project is licensed under the MIT License. See the LICENSE file for details.
This app was created following the official Flutter documentation and quick start guide, which provided valuable insights into building Flutter applications. Special thanks to the Flutter team for their excellent resources. Feel free to customize any sections of this README as needed, especially in terms of installation commands or specific features that may evolve over time.