Task Manager App
A simple task management application built with React Native that allows users to add, edit, delete, and track tasks with deadlines and completion scores.
Features
✅ Add new tasks with a title and deadline
✏️ Edit existing tasks
🗑️ Delete tasks
📊 Track task completion and score
Installation
Clone the repository:
git clone https://github.com/SaadRimeh/task-manager.git cd task-manager
Install dependencies:
npm install
Run the app:
For Android:
npx react-native run-android
For iOS (Mac only):
npx react-native run-ios
Usage
Add Task: Enter task details and click "Add" to save the task.
Edit Task: Tap on a task to update the title or deadline.
Delete Task: Swipe left or tap "Delete" to remove a task.
Score Calculation: Complete tasks to earn points and track your productivity.
Technology Used
React Native
JavaScript (ES6+)
React Hooks (useState, useEffect)
Contributing
Contributions are welcome! Feel free to fork this repository and submit a pull request.
Fork the project
Create your feature branch (git checkout -b feature/YourFeature)
Commit your changes (git commit -m 'Add YourFeature')
Push to the branch (git push origin feature/YourFeature)
Open a Pull Request
Contact
For questions or suggestions, reach out via:
GitHub: SaadRimeh
Email: saad.rimeh.01@gimal.com