Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepak-gupta21/task-management-app-frontend
Built with React and Material-UI, the frontend offers a responsive UI for managing tasks with drag-and-drop functionality. It integrates Firebase for user authentication, allowing users to sign up, log in, and log out.
https://github.com/deepak-gupta21/task-management-app-frontend
Last synced: 24 days ago
JSON representation
Built with React and Material-UI, the frontend offers a responsive UI for managing tasks with drag-and-drop functionality. It integrates Firebase for user authentication, allowing users to sign up, log in, and log out.
- Host: GitHub
- URL: https://github.com/deepak-gupta21/task-management-app-frontend
- Owner: Deepak-gupta21
- Created: 2024-07-19T11:09:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T08:08:03.000Z (5 months ago)
- Last Synced: 2024-07-22T09:45:26.127Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Frontend
## Description
A task management application built with React and Material-UI. It features drag-and-drop functionality for managing tasks and integrates with Firebase for user authentication.## Features
- Create, update, and delete tasks
- Drag-and-drop tasks between columns (To-Do, In Progress, Done)
- User authentication (sign up, login, logout) using Firebase
- Responsive UI with Material-UI## Setup
### Prerequisites
- Node.js (>=14.x)
- Firebase account for authentication### Installation
1. Clone the repository:
```bash
git clone