Anonion is an anonymous opinion sharing platform that lets you ask anything to your friends, families, colleagues, etc, and receive responses from them anonymously.
People often feel hesitant to say something. We are insecure to share our deep secrets. We fear being judged for opening up. We do not want anyone to know our wild fantasies. Anonion makes it easy for people to open up in these scenarios.
This is a Next.js project bootstrapped with create-next-app
and uses Tailwind CSS.
- Clone the app.
git clone https://github.com/prasanna-rkumar/Anonion
- Install the dependencies
npm i
- Create a firebase app and enable Authentication and Firestore
- Copy the
.env.example
file to a.env.local
file and fill in the environment variables of your Firebase app. - Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.