Skip to content

shu-bham-dev/google-word-clone

Repository files navigation

Google Word Clone

This project is a frontend clone of Google Word created using ReactJS with TypeScript. It aims to provide a similar user experience to Google Word, allowing users to create, edit, and format documents.

Features

  • Document Creation: Users can create new documents by providing a title and starting content.
  • Text Editing: The clone supports rich text editing features such as formatting options (bold, italic, underline, etc.), text alignment, bullet and numbered lists, and more..
  • Comments and Suggestions: Users can leave comments and suggestions on specific sections of the document, facilitating collaboration and feedback.
  • Export and Import: Documents can be exported to various formats, such as PDF or Microsoft Word, and imported from compatible file types.

Technologies Used

  • ReactJS: A JavaScript library for building user interfaces.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.

Usage

To run the Google Word clone locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/shu-bham-dev/google-word-clone

  1. Navigate to the project directory:

cd google-word-clone

  1. Install the dependencies:

npm install

  1. Start the development server:

npm start

  1. Open your browser and visit http://localhost:3000 to access the Google Word clone.

Note: The project requires an active internet connection to load external dependencies and fonts.

Credits

This project is created by Shubham Sahu. It is inspired by and serves as a frontend clone of Google Word.

Releases

No releases published

Packages

No packages published