Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 716 Bytes

Anonymous Message

This is a simple message board application built with NextJS and Supabase.

Demo

You can try the live demo of the application here.

Technologies Used

  • NextJS 13.4: React Framework.
  • Supabase: Open-source Firebase alternative for backend services.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • RadixUI : Alert Dialog

Getting Started

Prerequisites

  • Node.js (v14.0.0 or higher)
  • npm (v6.0.0 or higher)

Installation

  • 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