/FindHelp

Anonymous support website

Primary LanguageTypeScriptMIT LicenseMIT

SilentSupport

Screenshot 2024-05-31 at 7 51 59 PMScreenshot 2024-05-31 at 7 14 24 PM Screenshot 2024-05-31 at 7 14 56 PMScreenshot 2024-05-31 at 7 51 44 PM

There are many people who need help, but can't speak up about it, for whatever reason they might have, this site is especially for those, since here, they can speak anonymosly and other people can give them advices, all without anyone revealing their identities. It's a safe place where people can talk about what's on their mind.

Technologies used

Technologies

Demo

SilentSupport - Live Demo

Functionality

  • Authentication with password encryption
  • Create Help Posts
  • Delete Posts
  • View your posts
  • Advice on others posts
  • Grid/List View
  • Pomodoro Timer
  • Browse Help Hotlines
  • Everything is anonymous

Run Locally

Clone the project

  git clone https://github.com/YevheniiaSimaka/FindHelp

Go to the project directory

  cd my-project

Install dependencies

  npm i

Add .env

  DATABASE_URL=
  NEXTAUTH_SECRET=

Start the server

  npm run dev