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

https://github.com/sahilbaig/gword-frontend

gword clone as a assignment for WarrantyMe
https://github.com/sahilbaig/gword-frontend

google-api google-docs google-drive jwt nextjs oauth2 reactjs shadcn-ui

Last synced: about 1 month ago
JSON representation

gword clone as a assignment for WarrantyMe

Awesome Lists containing this project

README

          

# Google Docs as Notion App

This is a web-based Notion-like document editor built using **React**, **Next.js**, and **ShadCN**. It mimics the core functionalities of Google Docs, allowing users to create and save documents to Google Drive or store drafts for later use.

🔗 **Live Demo**: [GWord App](https://gword-frontend.vercel.app/)
🔗 **Backend**: [Backend](https://github.com/sahilbaig/gword-backend)

## Features

- **Login**: Authenticate using Google OAuth.
- **Create Docs**: A Notion-like editor for creating and managing documents.
- **Save as Draft**: Store unfinished documents for later editing.
- **Save to Google Drive**: Directly upload documents to Google Drive.

## Pages

- **Login Page**: The main page featuring the Google OAuth login interface.
- **Docs Page**: Manage documents (Create, Read, Update).

## Tech Stack

- **Next.js**: Server-side rendering and static site generation.
- **React.js**: Component-based UI development.
- **ShadCN UI**: Prebuilt UI components for styling.