Study Space is a startup that operates in the field of property. It provides places for rent to students who want to study, engage in activities, and rest for a short period of time. Its goal is to provide a working space for students, especially university students.
This flutter sourcecode consists of 3 main folder:
core
,infrastructures
, andpresentation
.
This folder contains the core of the application. It holds the most basic and important part of the application like theming or helpers.
As the name implies, this folder contains the infrastructures of the application. It holds the data layer of the application. Infrastructures folder is responsible for handling the data flow of the application and contains the data models of the application.
This folder is the face of the application. It holds the UI layer of the application. Presentation folder is responsible for handling the UI flow of the application and contains the views and its UI components.
- Welcoming
- Splash Screen
- Welcome Screen
- Authentication
- Login Page
- Register Page
- Home Page
- Profile Page
- "Ruangan Saya" Page
- Room Detail Page
- Select Schedule Page
- Booking Confirmation Page
- Payment Page
- Booking Detail Page (nearly done)
- Food Order Page
- Food Order Confirmation Page
- Food Order Detail Page
- To be added soon