A clone of Google Keep with its original Material Design aesthetics
This product is a clone of Google Keep, written in ReactJS with Material UI components. It aims to mimic the design and features of Google Keep, with additional functionalities like sharing, archiving, reminders, etc. The backend is implemented using a GraphQL server written in Golang, with data persisted in an SQLite DB file. Authentication is implemented using Cookie based Authentication with Authboss. The product also offers a light and dark theme.
To install the theme, follow these steps:
git clone [repository-url]
cd backend
go run main.go
cd frontend
npm install
npm start
http://localhost:3000 to access the theme.This product is a Clone of Google Keep, implemented using ReactJS and Material UI components. It offers a range of features including login/register functionality, responsive design, dark mode, notes management, color assignment, display modes, labels, and subscriptions. The backend is implemented in Golang with GraphQL, and the theme can be installed by cloning the repository and running the server and frontend.