Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik committed Sep 19, 2024
1 parent cff61ea commit 7003356
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
5 changes: 2 additions & 3 deletions app/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# App

App is the main module of the YourSpace. It contains the main Flutter application Implementation of
the YourSpace.
The `App` is the main module of YourSpace. It contains the core Flutter application implementation for YourSpace.

## Features

- **User Interface:** Provides the complete user interface for the YourSpace app.
- **User Interface:** Delivers the complete user interface for the YourSpace app.
- **Native Integration:** Includes native code for platform-specific functionalities, such as background location tracking and geofencing.
- **Components:** Contains reusable components such as buttons, views and extenstions.
10 changes: 5 additions & 5 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Data

The YourSpace data module is the central hub for handling all data operations within the YourSpace
app. This module efficiently manages both local storage and remote data, ensuring a smooth and
consistent flow of information. It provides services for creating, reading, updating, and deleting
data (CRUD) across Firebase and local databases(SQLite).
The YourSpace data module is the central hub for managing all data operations within the YourSpace
app. This module efficiently handles both local storage and remote data, ensuring a smooth and
consistent flow of information. It provides services for creating, reading, updating, and deleting (
CRUD) data across Firebase and local databases (SQLite).

## Features

- **Data Operations:** Supports full CRUD operations for data stored locally and remotely, enabling flexible data handling and synchronization.
- **Data Sources:** Interacts with Firebase services for real-time data synchronization and cloud storage.
- **Data Sources:** Integrates with Firebase services for real-time data synchronization and cloud storage.

### API

Expand Down
10 changes: 5 additions & 5 deletions style/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Style

The YourSpace style module centralizes all styling elements of the YourSpace app. It ensures that
fonts, themes, and reusable styles are consistently applied across the entire application, enabling
a unified and cohesive design experience.
The YourSpace style module centralizes all the styling elements of the YourSpace app. It ensures
that fonts, themes, and reusable styles are consistently applied across the entire application,
creating a unified and cohesive design experience.

## Features

- **Fonts:** Manages the fonts used throughout the app, defining consistent typography for headings, body text, and other text elements.
- **Themes:** Configures global themes, including light and dark modes, and handles the app's color schemes.
- **Reusable Styles:** Provides shared styles, such as button styles, animation, and other UI elements to maintain design consistency across the app.
- **Themes:** Configures global themes, including light and dark modes, and manages the app's color schemes.
- **Reusable Styles:** Provides shared styles, such as button styles, animations, and other UI elements, to maintain design consistency across the app.

0 comments on commit 7003356

Please sign in to comment.