Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.57 KB

README.md

File metadata and controls

66 lines (39 loc) · 2.57 KB

React-TextFlow

React-TextFlow a Google-docs-clone, here you can create your own docs and can see other's docs. Can collaborate remotely in a doc, changes will be applied in real-time using web-socket

Teach-Stack

UI-Part Server-Part
HTML5 CSS3 Javascript React Node.JS Socket-io MongoDB

Deployments

FRONTEND BACKEND DATABASE
vercel Render MongoDB

Pages

🔹 Home Page

On very first time you will be redirected to HOME page, there you will see the list of documents & create new document.


home

🔹 Create Document

Create new document by providing the name


create-doc

🔹 Single Document

Edit and see single doc, after clicked on listed doc/new doc


single-doc

Frameworks & Libraries used 📚

ReactJS CSS3 react-router-dom Quill MUI-icons Socket.io NodeJs MongoDb

Usage 🍕

To use this project, follow these steps:

  1. Clone the repository.
  2. Install the dependencies using npm install.
  3. Start the development server using npm start.
    For Client -
  4. Open your web browser and navigate to http://localhost:3000.
    For Server -
  5. Open your web browser and navigate to http://localhost:9000.