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.
- Host: GitHub
- URL: https://github.com/ramgoel/docsclone
- Owner: RamGoel
- Created: 2023-05-20T22:32:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T06:14:38.000Z (about 3 years ago)
- Last Synced: 2025-03-03T00:13:20.776Z (over 1 year ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://docsclone1.netlify.app
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.