iyxan23 / next-redux-prisma-counter

An optimistic UI counter webapp made with Next.js and Prisma on the back, with Redux at the front! This is a playground of Redux for me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a playground project. A simple optimistic ui counter powered with Redux and Next.js/Prisma.

Open in CodeSandbox.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

About

An optimistic UI counter webapp made with Next.js and Prisma on the back, with Redux at the front! This is a playground of Redux for me

License:MIT License


Languages

Language:TypeScript 93.2%Language:JavaScript 3.5%Language:CSS 3.3%