Welcome to the Fitness Landpage App, a Flutter-based mobile application showcasing a fitness landing page. This project is designed to help you learn and practice front-end development with Flutter. It's intended for mobile devices, so when opening it, please make sure to inspect it as a mobile view from your browser's developer tools.
This mobile app is a simple fitness landing page designed to provide fitness enthusiasts with essential information about the fitness application. It demonstrates the use of Flutter for creating an engaging and responsive user interface for mobile devices.
https://fitness-landpage.web.app
Before getting started, ensure you have Flutter and Dart installed on your system. If you haven't already, you can follow the installation guides at the official Flutter website:
To get the Fitness Landpage App up and running on your local development environment, follow these steps:
-
Clone the repository to your local machine using Git:
git clone https://github.com/Jamal-SaadEddin/Fitness
-
Navigate to the project directory:
cd Fitness
-
Install the required dependencies:
flutter pub get
-
Run the app on an emulator or connected device:
flutter run
The app should start on your emulator or device. Remember to ensure that you are inspecting it as a mobile view from the developer tools of your browser.
- Thanks to Flutter Guys for the Ultimate Flutter course, which served as the foundation for this project.