Messages is a simple feedback app that allows users to get feedback from people anonymously. It's built with Next.js, MongoDB, and Tailwind CSS.
- Anonymous feedback submission
- Verification of user accounts
- Message history
- Dark mode support
- Responsive design
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/messages.git
- Install dependencies:
npm install
- Create a
.envfile in the root directory and add the following environment variables:
MONGODB_URI="{ Your MongoDB URI }"
NEXTAUTH_SECRET={ Your NextAuth secret }
RESEND_API_KEY={ Your Resend API key }
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to access the application.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License. See the LICENSE.md file for more information.