This is a simple anonymous suggestion box built with Next.js. It allows users to openly share their thoughts without fear of backlash.
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
The development server can be started with the following command:
npm run dev
The server will be running at http://localhost:3000
.