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

https://github.com/mohosin2126/task-quadb-tech

A React-based task management application leveraging Vite for rapid development. It incorporates Redux Toolkit for state management, TanStack Query for data fetching, and features a modern UI designed with Tailwind CSS and DaisyUI. Code quality is ensured through ESLint.
https://github.com/mohosin2126/task-quadb-tech

Last synced: 3 months ago
JSON representation

A React-based task management application leveraging Vite for rapid development. It incorporates Redux Toolkit for state management, TanStack Query for data fetching, and features a modern UI designed with Tailwind CSS and DaisyUI. Code quality is ensured through ESLint.

Awesome Lists containing this project

README

        

# Task-Pro

Task-Pro is a task management application designed to help you synchronize your to-do list with your workflow, enhancing productivity and efficiency.

## Features
- **Task Management:** Create, view, and delete tasks effortlessly.
- **Responsive Design:** Accessible on various devices for convenience.
- **Intuitive UI:** User-friendly interface for easy navigation and interaction.
- **Real-time Updates:** Utilizes Redux for state management and React Query for real-time data fetching.
- **Enhanced Productivity:** Seamlessly align tasks with your workflow for improved productivity.

## Technologies Used
- **React:** JavaScript library for building user interfaces.
- **Redux Toolkit:** State management library for React applications.
- **React Router:** Declarative routing for React applications.
- **Tailwind CSS:** Utility-first CSS framework for styling.
- **SweetAlert2:** Library for beautiful, responsive, customizable, and accessible modal dialogs.
- **LocalForage:** Fast and simple storage library for web and mobile.
- **ESLint:** Tool for identifying and reporting on patterns in JavaScript.
- **Vite:** Next-generation frontend tooling.

## Setup Instructions
1. Clone the repository to your local machine.
```bash
git clone
```

2. Navigate to the project directory.
```bash
cd task-pro
```

3. Install dependencies using npm or yarn.
```bash
npm install
# or
yarn install
```

4. Start the development server.
```bash
npm run dev
# or
yarn dev
```

5. Open your browser to view the application.

## Running the Application
Once the development server is running, you can access the Task-Pro application through your web browser. Create new tasks, manage existing ones, and explore the seamless task management experience.

(Live Link)[https://task-quadb.netlify.app/]