This is a simple message board application built with NextJS and Supabase.
You can try the live demo of the application here.
- NextJS 13.4: React Framework.
- Supabase: Open-source Firebase alternative for backend services.
- Tailwind CSS: Utility-first CSS framework for styling.
- RadixUI : Alert Dialog
- Node.js (v14.0.0 or higher)
- npm (v6.0.0 or higher)
- clone this repository
git clone https://github.com/yaffalhakim1/anonymous-website-message
- go to directory project
cd anonymous-website-message
- run
npm install
- run
npm run dev