Skip to content

MohAlkurdi/reminder-app

Repository files navigation

Getting Started

clone the project:

git clone https://github.com/MohAlkurdi/reminder-app.git

Copy environment variable

cp .env.example .env

add your clerk credentials:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

install project dependencies:

pnpm i

migrate the database

npx prisma db push

run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.


Some screenshots of the app:

Home Screen Dark Mode
Home Screen Light Mode
Create a new collection
Edit a task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages