Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jane-does-coding/findhelp

Anonymous support website
https://github.com/jane-does-coding/findhelp

framer-motion mongodb nextjs prisma tailwindcss typescript

Last synced: 3 months ago
JSON representation

Anonymous support website

Awesome Lists containing this project

README

        

# 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](https://skillicons.dev/icons?i=ts,tailwind,prisma,mongodb,nextjs,react,github)](https://skillicons.dev)

## Demo

[SilentSupport - Live Demo](https://silent-support.vercel.app/)

## 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

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

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm i
```

Add .env

```bash
DATABASE_URL=
NEXTAUTH_SECRET=
```

Start the server

```bash
npm run dev
```