Flutter Career UI is a cross-platform application designed for Android and iOS to assist students in choosing their career paths. It provides a collection of articles and blogs to help students reference potential career paths.
-
Articles and Blogs
- Access a curated collection of articles and blogs to explore various career paths.
- Find valuable insights and information to aid in decision-making.
-
Flutter Framework
- Built using the Flutter framework, allowing for a seamless and consistent user experience across different platforms.
- Written in Dart language, making it easy to understand and maintain.
-
API Requests
- Sends API requests to a Django server for fetching data.
- Retrieves articles and blog information dynamically to keep the content up-to-date.
-
Login Interface
- Provides a login interface for users to access personalized content and features.
- Secure authentication mechanism ensures user privacy and data protection.
-
Ensure you have Flutter SDK installed on your system. If not, follow the official Flutter installation guide: Flutter Installation Guide
-
Clone the repository:
git clone https://github.com/EnthusiasticXcoder/Flutter-Career-UI.git
-
Change to the project directory:
cd Flutter-Career-UI
-
Fetch the project dependencies:
flutter pub get
-
Run the application:
flutter run
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
- Flutter - UI toolkit for building beautiful applications