Giter Site home page Giter Site logo

rushibelkunde / google-docs-clone Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 49 KB

A real-time collaborative document editing web application inspired by Google Docs. This project is built using Express, React, Socket.io, and MongoDB.

Home Page: https://google-docs-clone-pied-iota.vercel.app

HTML 13.79% JavaScript 77.62% CSS 8.43% Procfile 0.16%

google-docs-clone's Introduction

Google Docs Clone

A real-time collaborative document editing web application inspired by Google Docs. This project is built using Express, React, Socket.io, and MongoDB.

Features

  • Create new documents
  • Real-time collaborative editing
  • Multiple users can edit a document simultaneously
  • Automatic document saving
  • MongoDB integration for data storage

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/google-docs-clone.git
  2. Navigate to the project directory:

    cd google-docs-clone
  3. Install dependencies for the server:

    cd server
    npm install
  4. Install dependencies for the client:

    cd ../client
    npm install
  5. Create a .env file in the server directory and add the following:

    MONGODB_URI=your_mongodb_connection_string
  6. Start the server:

    cd ../server
    npm start
  7. Start the client:

    cd ../client
    npm start
  8. Open your browser and go to http://localhost:3000

Folder Structure

google-docs-clone/
│
├── client/                  # React client application
│   ├── public/
│   ├── src/
│   │   ├── components/
│   │   ├── pages/
│   │   ├── App.js
│   │   └── ...
│   ├── package.json
│   └── ...
│
├── server/                  # Express server application
│   ├── controllers/
│   ├── models/
│   ├── routes/
│   ├── configs/
│   ├── server.js
│   └── ...
│
├── .gitignore
├── package.json
└── README.md

Contributing

Feel free to contribute to the project. Fork the repository, make changes, and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

google-docs-clone's People

Contributors

rushibelkunde avatar

Stargazers

Swapnil Thakore avatar

Watchers

 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.