Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deepak-gupta21/boled.io-assignment

The backend includes secure user authentication with Firebase, task management with CRUD operation (Drag/Drop). The frontend offers user authentication through Firebase, a responsive interface for task management. It features a modern UI/UX with interactive elements and clear error feedback.
https://github.com/deepak-gupta21/boled.io-assignment

Last synced: 24 days ago
JSON representation

The backend includes secure user authentication with Firebase, task management with CRUD operation (Drag/Drop). The frontend offers user authentication through Firebase, a responsive interface for task management. It features a modern UI/UX with interactive elements and clear error feedback.

Awesome Lists containing this project

README

        

# Task Management Application

## 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