This project is for showcasing the frontend skills. It's not a fully functional Google docs clone. All the assets such as SVG icons are downloaded from Google Fonts

Make sure you've the latest Node js LTS version installed on your system.
- First clone the project using git clone command .
- Go inside the google-docs-clone folder, open it with your terminal and type npm i or npm install
- After the installation type npm run dev start the development server.
- Go to http://localhost:5173 to see the project. By default Vite project runs on port 5173. If a vite server already running try http://localhost:5174 instead.
- Change Document name.
- Show/hide document outline.
- Show/hide document side panel.
- Show/hide document primary menus.
- Change font size.
- Change font weight.
- Change font style (i.e Italic).
- Change font family.
- Change text color.
- Change alignment.
- Change paragraph spacing.
- Add underline.