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.
- Host: GitHub
- URL: https://github.com/mohosin2126/task-quadb-tech
- Owner: mohosin2126
- Created: 2024-04-02T07:11:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T07:42:14.000Z (about 1 year ago)
- Last Synced: 2025-01-14T22:32:34.159Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/]