This application allows users to manage fantasy match schedules, enabling them to create, edit, delete, and view match timings and participants for various days.
- Select specific days for match scheduling from a calendar.
- Select different time slots for selected days.
- View, delete, add match slots.
- Persistent storage for data between app launches with redux-persist.
- Uses Redux for state management.
- React Native
- Redux
- Redux Toolkit
- React Navigation
- Date-fns
- Async Storage
- Expo
To run this project locally, follow these steps:
- Clone the repository.
- Navigate to the project directory.
Make sure you have Node.js and npm or Yarn installed on your machine.
# Install dependencies
npm install # or use yarn install
# Start the application
npx expo start