Skip to content

evfinkn/suggestion-box

Repository files navigation

A Next.js anonymous suggestion box

This is a simple anonymous suggestion box built with Next.js. It allows users to openly share their thoughts without fear of backlash.

Installation

To install, clone the repository and run npm install in the root directory:

git clone https://github.com/evfinkn/suggestion-box
cd suggestion-box
npm install

Usage

The development server can be started with the following command:

npm run dev

The server will be running at http://localhost:3000.