The Random Word Generator App is a Flutter application that generates random word pairs and allows users to mark their favourite word pairs. It consists of two main screens: a generator screen and a favourites screen. Users can switch between these screens using a navigation rail.
- Generates random word pairs.
- Allows users to mark word pairs as favourites.
- Displays a list of favourite word pairs.
- Simple and intuitive user interface.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
To run the app on local machine:
- Clone the Repository:
git clone https://github.com/your-username/namer-app.git
- Navigate to the folder:
cd Random-Word-Generator-App
- Install Dependencies:
Ensure you have Flutter installed. If not, follow the official installation guide.
flutter pub get
- Run the App:
flutter run