Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jane-does-coding/findhelp
- Owner: jane-does-coding
- License: mit
- Created: 2024-05-29T18:01:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T16:51:44.000Z (8 months ago)
- Last Synced: 2024-06-09T00:24:49.024Z (8 months ago)
- Topics: framer-motion, mongodb, nextjs, prisma, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://find-help-omega.vercel.app
- Size: 5.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SilentSupport
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
```