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

https://github.com/gourinandhanaes/document-app

Document Management App is a React-based application that allows users to upload, view, edit, and delete documents. Built with Firebase for real-time data syncing and React Quill for rich text editing, the app offers a sleek, responsive design using Material UI. It's a simple and efficient solution for managing documents.
https://github.com/gourinandhanaes/document-app

bootstrap firebase html-css-javascript material-ui react react-quill react-router-dom

Last synced: 3 months ago
JSON representation

Document Management App is a React-based application that allows users to upload, view, edit, and delete documents. Built with Firebase for real-time data syncing and React Quill for rich text editing, the app offers a sleek, responsive design using Material UI. It's a simple and efficient solution for managing documents.

Awesome Lists containing this project

README

          

# Document Management App

A modern document management application built with **React**, **Firebase**, **Material UI**, and **React Quill**. This app allows users to upload, view, and manage documents efficiently. It provides an intuitive and responsive user interface with features such as document search, edit, delete, and rich text editing.

---

## Features

- **Add Documents**: Users can add documents with a title, description, and image URL.
- **Rich Text Editor**: Powered by **React Quill**, users can edit documents with a rich text editor for formatting.
- **View Documents**: Click on any document card to view its detailed page.
- **Edit Documents**: Users can update document titles and descriptions using a rich text editor.
- **Delete Documents**: Users can delete documents they no longer need.
- **Search Documents**: Filter documents by title using the search bar.
- **Responsive Design**: The app is fully responsive, providing a smooth experience across all device sizes.
- **Material UI**: Used for a sleek and consistent UI design.

---

## Tech Stack

- **Frontend**: React, React Router, Material UI, React Quill
- **Backend**: Firebase Firestore for database, Firebase Authentication (optional)
- **Styling**: Material UI, Bootstrap (if applicable), CSS
- **Deployment**: Vercel

---

## Deployed Link

You can access the live version of the app here:

[**Document Management App - Live Demo**](https://document-app-six.vercel.app/)

---