https://github.com/richardhosler/nextjs-zustand-zod-chat-demo
A chat demo I built to experiment with Zustand persistent storage.
https://github.com/richardhosler/nextjs-zustand-zod-chat-demo
nextjs tailwindcss typescript zod zustand
Last synced: 3 months ago
JSON representation
A chat demo I built to experiment with Zustand persistent storage.
- Host: GitHub
- URL: https://github.com/richardhosler/nextjs-zustand-zod-chat-demo
- Owner: richardhosler
- Created: 2024-11-19T16:00:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T16:19:53.000Z (7 months ago)
- Last Synced: 2025-01-21T01:41:26.616Z (4 months ago)
- Topics: nextjs, tailwindcss, typescript, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 681 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.Js Zustand Zod Chat Demo
     
A chat demo I built to experiment with Zustand persistent storage.
## Features
- 🐻 Zustand persistent storage
- 🎨 Utility styling with TailwindCSS
- 💬 Interactive message bubbles with avatars## Screenshots


## Tech Stack
- Next.Js Framework
- Zustand for persistent storage
- Zod for input validation
- TailwindCSS for utilty styling
- ESLint for clean source## Getting Started
1. **Install dependancies**
```
yarn
```2. **Start the Application**
```
yarn dev
```