An open API service indexing awesome lists of open source software.

https://github.com/dee-raj/task-manager-app

react native task manager app to track daily task
https://github.com/dee-raj/task-manager-app

async-storage datetimepicker expo expo-cli native react-native typescript

Last synced: about 2 months ago
JSON representation

react native task manager app to track daily task

Awesome Lists containing this project

README

          

# Task Manager App

## Description

Task Manager App is a mobile application built with React Native and Expo that helps users manage their daily tasks efficiently. Users can create, edit, delete, and mark tasks as completed. The app also includes user authentication to ensure that each user's tasks are securely managed.

## Project Setup

### Prerequisites
- Node.js
- npm or yarn
- Expo CLI

### Installation

1. Clone the repository:
```sh
git clone https://github.com/dee-raj/task-manager-app.git
```
2. Navigate to the project directory:
```sh
cd task-manager-app
```
3. Install dependencies:
```sh
npm install
```
or
```sh
yarn install
```

### Running the App

1. Start the Expo server:
```sh
expo start
```
2. Use the Expo Go app on your mobile device to scan the QR code and run the app.

## App Features

- **Task Creation**: Add new tasks with details.
- **Task Management**: Edit or delete existing tasks.
- **Task Completion**: Mark tasks as completed.
- **User Authentication**: Sign up and log in to manage your tasks.

## Technologies Used

- React Native
- Expo
- Redux (for state management)

## Contributing

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.

## License

This project is licensed under the MIT License.

## Known Issues

- Some users may experience delays in task synchronization.
- The app may occasionally crash on older versions of Android.

## Additional Notes

- Ensure that you have the latest version of Expo CLI installed.
- For any issues or feature requests, please open an issue on GitHub.

## Demo Video

Watch the demo video to see the app in action:
[Demo Video](task_manager_app.mp4)