Skip to content

TarushBatra/task-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager App

A modern task management application built with React Native and TypeScript.

Features

  • User authentication
  • Create, edit, and delete tasks
  • Task categories and priorities
  • Due date reminders
  • Dark/Light theme support
  • Offline support
  • Real-time updates

Tech Stack

  • React Native with Expo
  • TypeScript
  • Redux Toolkit for state management
  • React Navigation for routing
  • React Native Paper for UI components
  • AsyncStorage for local storage

Getting Started

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Run on Android:
npm run android
  1. Run on iOS:
npm run ios

Project Structure

src/
  ├── components/     # Reusable UI components
  ├── screens/        # Screen components
  ├── navigation/     # Navigation configuration
  ├── store/         # Redux store and slices
  ├── services/      # API and other services
  ├── utils/         # Utility functions
  └── types/         # TypeScript type definitions

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published