Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusufborucu/task-manager-app
Task manager app with React
https://github.com/yusufborucu/task-manager-app
custom-hooks drag-and-drop react redux vite
Last synced: about 1 month ago
JSON representation
Task manager app with React
- Host: GitHub
- URL: https://github.com/yusufborucu/task-manager-app
- Owner: yusufborucu
- Created: 2024-12-20T17:17:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-20T17:41:50.000Z (about 1 month ago)
- Last Synced: 2024-12-20T18:31:24.164Z (about 1 month ago)
- Topics: custom-hooks, drag-and-drop, react, redux, vite
- Language: JavaScript
- Homepage: https://yb-task-manager-app.netlify.app
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Manager App
This project is a simple **task manager** application built using **Vite**, **React**, **Redux**, **Custom Hooks** and **Drag and Drop**.
## Live Demo
You can view the live demo of this project here:
[Demo](https://yb-task-manager-app.netlify.app)## Technologies
- **Vite**: A fast development build tool.
- **React**: A JavaScript library for building user interfaces.
- **Redux**: For managing global application state.
- **Custom Hooks**: For modular and reusable logic.
- **Drap and Drop**: For task organization with intuitive interactions.## Installation
To run this project locally, follow these steps:
### 1. Clone the repository
```bash
git clone https://github.com/yusufborucu/task-manager-app.git
```### 2. Navigate to the project directory
```bash
cd task-manager-app
```### 3. Install dependencies
```bash
npm install
```### 4. Run the development server
```bash
npm run dev
```This will start the development server. You can view the project by opening http://localhost:5173 in your browser.