An open API service indexing awesome lists of open source software.

https://github.com/ramgoel/docsclone

Google Docs Editing Page clone.
https://github.com/ramgoel/docsclone

reactjs

Last synced: 2 months ago
JSON representation

Google Docs Editing Page clone.

Awesome Lists containing this project

README

          

# DocsClone

Clone of Page Editing Screen of Google Docs.

## Implementation

- Increase/Decrease Font Size using Toolbar
- Print Webpage using print button
- Copy Document Link when clicked on share.
- External Link redirect when clicked on app-shortcuts on sidebar.
- Select Toolbar Icons on clicked
- Set Document Favourite/Unfavourite by clicking on star.
- Hover Effect on Each Toolbar Icon & App shortcuts
- Document Name Edit Option
- Choose Font Styles, Families using Dropdowns.
- If you set document name empty, automatically set it to untitled document 2 second later

## Setup

- Clone repo using `git clone https://github.com/YourUsername/docsclone.git `

- Change Directory using `cd docsclone`
- install dependencies using `npm i`
- run app using `npm start`
- Enjoy.