WritePad is a clone of Google Keep, built using Next.js and Tailwind CSS. It allows users to create and organize notes, and sign in with their GitHub account using Next-Auth.
Check out the demo to see WritePad in action.
To run WritePad locally, you will need to have Node.js and npm installed on your machine.
Clone this repository:
git clone https://github.com/your-username/writepad.git
Navigate to the project directory:
cd writepad
Install dependencies:
npm install
Start the development server:
npm run dev