Skip to content

This project is a clone of the Google Docs app. Which provides a platform for creating and editing documents. The app uses the Quill library to provide a rich text editor, and it is built with React and CSS.

ahzamir/google-docs-clone

Repository files navigation

Google Docs Clone

This project is a clone of the Google Docs app. Which provides a platform for creating and editing documents. The app uses the Quill library to provide a rich text editor, and it is built with React and CSS.

Table of Contents

  • Built With
  • Demo
  • Getting Started
  • Contributing
  • Authors
  • License

Built With

  • Framework: React - A JavaScript library for building user interfaces
  • Library: Quill - A powerful WYSIWYG text editor
  • Code Editor: VS Code - A lightweight code editor with great features
  • Deployment: Netlify - A platform for deploying web applications

Demo 💻

Check out the live demo of the app hosted on Netlify:

Project Screenshots:

google-docs-clone

You can also watch a video demo of the app here:

Getting Started

To get a local copy of the project up and running, follow these steps:

1- Clone the repository to your local machine:

$ git clone git@github.com:ahzamir/google-docs-clone.git

2- Navigate to the project directory:

$ cd google-docs-clone

3- Install the dependencies:

$ yarn install

OR

$ npm install

4- Start the development server:

$ yarn start

OR

$ npm start

5- Open the app in your browser:

http://localhost:3000/

Prerequisites

You can check if Git is installed by running the following command in the terminal.

$ git --version

To check if node is installed, kindly run this command in the terminal.

$ node --version

To check if yarn is installed, kindly run this command in the terminal.

$ yarn --version

Authors

👤 Ahmad Zamir Yousufi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

If you have any feedback or suggestions, please feel free to open an issue or pull request.

Show your support

Give a ⭐️ if you like this project!

About

This project is a clone of the Google Docs app. Which provides a platform for creating and editing documents. The app uses the Quill library to provide a rich text editor, and it is built with React and CSS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published