Overview
The Task Manager App is a simple and intuitive React Native application for managing tasks. Users can add tasks, mark them as completed, and remove them when they're done. The app is designed with a clean and minimalistic UI.
Setup and Installation -> Ensure you have the following installed:
- Node.js
- npm or yarn
- Expo CLI (for running the app)
- Just clone this repository, install the necessary dependancies by running npm install, then run expo
To Test App with Expo Go App on IOS:
- npx expo start
- Use the QR code in the Expo DevTools to run the app on your physical device, or use an Android/iOS emulator.
Usage
- Add a task: Type in the input box at the bottom and press the "+" button.
- Complete a task: Tap the square checkbox to mark a task as done.
- Delete a task: Tap the small circle on the right to remove a task