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.
- Built With
- Demo
- Getting Started
- Contributing
- Authors
- License
- 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
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/
- A web browser like Google Chrome.
- A code editor like Visual Studio Code.
- A terminal to run the code.
- Npm installed on your computer.
- Yarn installed on your computer.
- Git installed on your computer.
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
Contributions, issues, and feature requests are welcome!
If you have any feedback or suggestions, please feel free to open an issue or pull request.
Give a ⭐️ if you like this project!