https://github.com/alexzajac/board
Board is a creative way to share notes and lets you save ideas together.
https://github.com/alexzajac/board
colors firebase react task-manager
Last synced: 3 months ago
JSON representation
Board is a creative way to share notes and lets you save ideas together.
- Host: GitHub
- URL: https://github.com/alexzajac/board
- Owner: alexZajac
- License: mit
- Created: 2018-12-10T21:37:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:37:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T23:44:13.031Z (over 1 year ago)
- Topics: colors, firebase, react, task-manager
- Language: JavaScript
- Homepage: https://alexzajac.github.io/Board
- Size: 11.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Board | A simple app that lets you organize your ideas in a unique way.
## Homepage (link in description)

## Core functionalities
- Create boards that serve as a storage for your notes. You can create unlimited boards, and customize their names, users allowed, privacy type as well as the number or notes on them.
> 
- The notes you create can contain any text, embedable content (gifs, articles, links) and images from your computer. A custom editor is provided by [medium-draft](https://github.com/brijeshb42/medium-draft) to let you format the text in anyway you want.
> 
- You can share your boards with other users of the app and choose between Incognito mode (only you can edit your notes) and public mode (full edit control on your notes).
## Stack
- The Firebase service is used for the backend, and is providing both the realtime database, and the authentification service via OAuth. It supports accounts created with an email, Facebook or Google token. The realtime database allows to edit notes at the same time and on the same board.
- The front-end is entirely made with ReactJS, and provides a component architecture compatible with the core idea of the application.