Giter VIP home page Giter VIP logo

cocreate's Introduction

Flutter Google Docs Clone

A feature-rich Google Docs Clone built using Flutter, Node.js, Socket.io, and MongoDB. This project offers a collaborative document editing experience with real-time synchronization across web and mobile platforms.

Features

  • Real-time collaborative document editing similar to Google Docs.
  • Support for both web and mobile platforms.
  • User authentication and authorization using Google Sign-In.
  • Seamless integration with Socket.io for real-time communication.
  • Persists documents in a MongoDB database.
  • Rich text editing capabilities with Flutter Quill.
  • Efficient state management using Flutter Riverpod.

Tech Stack

  • Flutter: Flutter SDK is used for developing the mobile and web application.
  • Node.js: Backend server built with Node.js to handle authentication and document operations.
  • Socket.io: Enables real-time communication between clients and the server.
  • MongoDB: A NoSQL database used to store and retrieve documents.
  • Flutter Quill: A rich text editor for Flutter, providing text formatting and styling capabilities.
  • Flutter Riverpod: A state management library for Flutter, offering a simple and scalable way to manage app state.
  • Google Sign-In: Allows users to sign in using their Google accounts.
  • HTTP: A package for making HTTP requests from Flutter.

Getting Started

Follow the instructions below to set up and run the Google Docs Clone:

Prerequisites

Frontend (Flutter)

  1. Clone the repository:
git clone https://github.com/SanskarModi22/Google-Docs-Clone.git
  1. Change to the project directory:
cd google_docs_clone
  1. Install the Flutter dependencies:
flutter pub get
  1. Run the app:
flutter run

Backend (Node.js)

  1. Navigate to the backend directory:
cd server
  1. Install the Node.js dependencies:
npm install
  1. Start the server:
npm start

Configuration

  • Make sure to update the MongoDB connection details in the backend's .env file.
  • Configure the appropriate OAuth settings in the Flutter app for Google Sign-In.

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create an issue on the GitHub repository.

License

This project is licensed under the MIT License.


Feel free to customize the README file according to your project's specific details and instructions.

cocreate's People

Contributors

sanskarmodi22 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.