Skip to content

ichmowgli/MadHead

Repository files navigation

MadHead

Note-taking app for anyone who wants capture ideas, organize thoughts, and boost productivity.

Features

  • Real-time database 🚀
  • Editor 📝
  • Light and dark mode 💡
  • Authentication 🔏
  • Full mobile responsiveness 📺

Getting started

  1. Clone the project
  git clone https://github.com/ichmowgli/MadHead.git
  1. Go to the project directory
  cd my-project
  1. Install dependencies
  npm install
  1. Start the server
  npm run start
  1. Open http://localhost:3000 in your browser.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY

CLERK_SECRET_KEY

NEXT_PUBLIC_CLERK_SIGN_IN_URL

NEXT_PUBLIC_CLERK_SIGN_UP_URL

NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL

NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL

DATABASE_URL

Setup Prisma

Add SQLite Database

npx prisma db push

Authors