Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deepak-gupta21/boled.io-assignment
- Owner: Deepak-gupta21
- Created: 2024-07-22T07:56:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T08:28:46.000Z (5 months ago)
- Last Synced: 2024-07-22T10:09:11.335Z (5 months ago)
- Language: JavaScript
- Homepage: https://bowled-io-assignment.netlify.app/
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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