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

https://github.com/anjola-adeuyi/reminder_app_fullstack


https://github.com/anjola-adeuyi/reminder_app_fullstack

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reminder Application - NextJS 14, Prisma, Clerk, Zod & Typescript

## A Fullstack reminder application

Live on https://reminder-app-fullstack.vercel.app/

**Reminder App View**

![Reminder App - Welcome screen](./public/images/welcome-screen.png)
![Add Task to Collection screen](./public/images/add-task-screen.png)

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## To Setup Clerk
run
```bash
npm install @clerk/nextjs
```