A Flutter App for managing and exploring a collection of eBooks
eBook Store Flutter App
Welcome to the eBook Store Flutter App repository! This project is a mobile application developed using Flutter for managing and exploring a collection of eBooks.
Project Structure
The project is organized into the following main directories:
- ebookstore: Contains the Flutter application source code.
- Rapport PFE – Application Mobile en Flutter eBook Store.pdf: Project report or documentation.
- screenshots: Directory for storing project screenshots.
Getting Started
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/MrMDrX/eBookStore.git
cd eBookStore/ebookstore
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Screenshots
Authentication
| Login (Dark Mode) | Register (Light Mode) |
| — | — |
| |
|
Main App Screens
| Home Screen (Light Mode) | Categories Screen (Dark Mode) |
| — | — |
| |
|
| Product Details | User Profile (Dark Mode) |
| — | — |
| |
|
Technologies Used
- Flutter
- Dart
- Firebase (as the backend database)
Contributing
Feel free to contribute to this project. If you find any issues or have suggestions, please open an issue or create a pull request.
License
This project is licensed under the MIT License – see the LICENSE file for details.