MyTask, kullanıcının görevlerini takip etmesine ve durumlarına göre düzenlemesine olanak sağlayan bir React Native uygulamasıdır. Bu uygulama ile görevlerinizi kategorilere ayırabilir ve durumlarını yönetebilirsiniz.
- Görev Durumu Yönetimi: Görevler Ongoing, Pending, Completed ve Cancel olmak üzere dört farklı duruma ayrılır.
- Görev Listesi: Tüm görevlerin detaylı bir şekilde listelendiği bir alan.
- Görev Ekleme: Yeni görev ekleme imkanı.
- Durum Güncelleme: Mevcut görevlerin durumlarını güncelleyebilme.
- Depolama: Görev bilgileri cihazın yerel belleğinde (AsyncStorage) saklanır.
- React Native: Mobil uygulama geliştirme.
- AsyncStorage: Veri saklama ve yönetimi.
- JavaScript (ES6): Uygulamanın iş mantığını oluşturma.
Nutuya Güzel
Bu proje, kişisel görev takibini kolaylaştırmak amacıyla geliştirilmiştir.
MyTask is a React Native application that allows users to track their tasks and organize them based on their status. With this app, you can categorize your tasks and manage their statuses.
- Task Status Management: Tasks are divided into four different statuses: Ongoing, Pending, Completed, and Cancel.
- Task List: A detailed area where all tasks are listed.
- Add Task: Ability to add new tasks.
- Status Update: Update the status of existing tasks.
- Storage: Task information is stored locally on the device using AsyncStorage.
- React Native: For mobile app development.
- AsyncStorage: For data storage and management.
- JavaScript (ES6): For building the app's business logic.
Nutuya Güzel
This project was developed to simplify personal task management.