https://github.com/lemonadee71/message-board
Privvit, Reddit but private. A mini message board.
https://github.com/lemonadee71/message-board
Last synced: about 2 months ago
JSON representation
Privvit, Reddit but private. A mini message board.
- Host: GitHub
- URL: https://github.com/lemonadee71/message-board
- Owner: lemonadee71
- Created: 2022-10-19T09:01:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T06:03:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T11:44:37.637Z (4 months ago)
- Language: JavaScript
- Homepage: https://privvit.onrender.com
- Size: 647 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Privvit
## 🗒️ Description
A privacy focused message board. Posts made on a board can be visible only to members of that board and joining a board requires a passcode. Poster is hidden by default.## 💻 Demo
Try it [here](https://privvit.onrender.com/)## ✨ Features
- Clean UI
- Easy sign up
- Authentication
- Add, edit, and delete posts
- Join or create boards
- View user posts## 🗒️ To Do
- [ ] UI/UX improvements
- [ ] Client side validation
- [x] Markdown syntax support
- [ ] Pinned posts
- [x] Comments
- [ ] Post tags
- [ ] Profile pictures and board banners
- [ ] Image post## 🖥️ Technologies Used
- Express
- MongoDB/Mongoose
- Nunjucks
- Alpine
- Tailwind CSS
- Passport
- Parcel
- Jest## Motivation
This is a project for The Odin Project. I initially just wanted to practice using Express and Mongoose but I thought I could also practice authentication so I did just that. This was supposed to be a simple message board project but ended up a Reddit clone.