Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gprs1022/tasksapp
Task Management App
https://github.com/gprs1022/tasksapp
Last synced: 2 days ago
JSON representation
Task Management App
- Host: GitHub
- URL: https://github.com/gprs1022/tasksapp
- Owner: gprs1022
- Created: 2025-01-30T12:07:58.000Z (7 days ago)
- Default Branch: master
- Last Pushed: 2025-01-30T12:31:38.000Z (7 days ago)
- Last Synced: 2025-01-30T13:28:15.783Z (7 days ago)
- Language: Dart
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is the updated README file for the Tasks App with the screenshot section added:
# Tasks App ![Flutter](https://img.shields.io/badge/Flutter-100%25-blue)
π Hi, I'm Pradeep Singh (gprs1022)
π Passionate Android & Flutter Developer | Kotlin Enthusiast | Full-Stack Developer in the making π---
## π Introduction
**Tasks App** is an internal-use application designed exclusively for company employees. It streamlines workflows, enhances communication, and improves productivity by providing a user-friendly interface and tools tailored to organizational needs, ensuring efficient task management and seamless operations.---
## β¨ Key Features
- π **Efficient Task Management**: Easily manage and track tasks to ensure nothing is missed.
- π **Enhanced Communication**: Improve team communication with integrated messaging tools.
- πΌ **Productivity Tools**: Access tools and resources to perform tasks more effectively.
- π **Optimized for Efficiency**: Streamline workflows for better productivity.---
## π Getting Started
Follow these steps to get **Tasks App** up and running:### Prerequisites
- Flutter installed
- A GitHub account### Installation
1. Clone the repository:
```bash
git clone https://github.com/gprs1022/TasksApp.git
```
2. Navigate to the project directory:
```bash
cd TasksApp
```
3. Install dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```---
## π§ Usage Example
Hereβs a simple usage example:```dart
void main() {
print("Welcome to Tasks App!");
}
```Detailed usage examples can be found in the [Wiki Section](https://github.com/gprs1022/TasksApp/wiki).
---
## π Project Structure
```
TasksApp/
βββ lib/
β βββ main.dart
β βββ routes.dart
β βββ controllers/
β β βββ auth_controller.dart
β β βββ task_controller.dart
β βββ views/
β β βββ login_screen.dart
β β βββ register_screen.dart
β β βββ home_screen.dart
β β βββ add_task_screen.dart
β βββ models/
β β βββ task_model.dart
β βββ services/
β β βββ firebase_service.dart
β βββ bindings/
β βββ initial_bindings.dart
βββ ios/
β βββ Runner/
β βββ [iOS project files]
βββ android/
β βββ app/
β βββ [Android project files]
βββ README.md
βββ LICENSE
```---
## π€ Contributing
We love collaboration! Follow these steps to contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-name
```
3. Make your changes.
4. Commit your changes:
```bash
git commit -m "Add feature"
```
5. Push to your branch:
```bash
git push origin feature-name
```
6. Open a pull request.---
## π Contact
For questions, feedback, or collaboration opportunities, feel free to reach out:
- π§ Email: [[email protected]](mailto:[email protected])
- π GitHub: [gprs1022](https://github.com/gprs1022)---
## π License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.---
![Project Logo](https://github.com/gprs1022/TasksApp/blob/master/assets/images/tasks.png)
Made with β€οΈ by Pradeep Singh (gprs1022)## πΈ Screenshots
sreenshot](https://github.com/gprs1022/TasksApp/blob/master/assets/images/tasks.png)
![Screenshot_20250130_174659](https://github.com/user-attachments/assets/e1e837ad-6d92-4684-85c0-b1ee4b240536)
![Screenshot_20250130_174631](https://github.com/user-attachments/assets/bd02a1a3-6f2c-4f98-a63d-2b467c6eb99b)
![Screenshot_20250130_174726](https://github.com/user-attachments/assets/b1ab3ec8-b435-49c0-8714-8fedac18e715)
![Screenshot_20250130_174720](https://github.com/user-attachments/assets/ef63c558-afc3-436c-a468-2fd76712389e)
![Screenshot_20250130_174713](https://github.com/user-attachments/assets/e724d657-6e35-4c5b-841a-36fddd69275a)
![Screenshot_20250130_174707](https://github.com/user-attachments/assets/f92b471d-c862-42f9-b8c1-e29c70cb4bae)---
[clicking here](https://github.com/gprs1022/TasksApp/edit/master/README.md).