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.
- 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.
- ReactJS: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
To run the Google Word clone locally, follow these steps:
- Clone the repository:
git clone https://github.com/shu-bham-dev/google-word-clone
- Navigate to the project directory:
cd google-word-clone
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000to access the Google Word clone.
Note: The project requires an active internet connection to load external dependencies and fonts.
This project is created by Shubham Sahu. It is inspired by and serves as a frontend clone of Google Word.