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 installThe development server can be started with the following command:
npm run devThe server will be running at http://localhost:3000.