https://github.com/leecheeyong/laterboard
A minimal, calm space to offload your non-urgent ideas, creative thoughts, future plans, or maybe-later projects into organized stacks
https://github.com/leecheeyong/laterboard
firebase later note store vuejs
Last synced: 4 months ago
JSON representation
A minimal, calm space to offload your non-urgent ideas, creative thoughts, future plans, or maybe-later projects into organized stacks
- Host: GitHub
- URL: https://github.com/leecheeyong/laterboard
- Owner: leecheeyong
- License: mit
- Created: 2025-07-17T17:41:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T13:32:00.000Z (11 months ago)
- Last Synced: 2025-08-03T00:27:43.581Z (11 months ago)
- Topics: firebase, later, note, store, vuejs
- Language: Vue
- Homepage: https://laterboard.vercel.app
- Size: 494 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# [LaterBoard](https://laterboard.vercel.app)
A minimal, calm space to offload your non-urgent ideas, creative thoughts, future plans, or maybe-later projects into organized stacks. Built with Vue 3 and Vite.

## Features
- Three stacks: **Ideas I Like**, **Maybe Later**, **Someday...**
- Add, edit, and delete ideas in each stack
- Responsive, clean, and modern UI
- Authentication (email/password, social login)
- Random "Idea of the Day" inspiration
## Setup
1. **Clone the repository:**
```bash
git clone https://github.com/leecheeyong/laterboard.git
cd laterboard
```
2. **Install dependencies:**
```bash
npm install
# or
yarn install
```
3. **Configure Firebase:**
- Go to [Firebase Console](https://console.firebase.google.com/) and create a new project.
- Enable **Authentication** (Email/Password).
- Set up **Cloud Firestore** in test mode (or with secured rules).
- Edit the `src/firebase.js` file, replace with your Firebase credentials
## License
LaterBoard is available as open source under the terms of the [MIT License](https://github.com/leecheeyong/LaterBoard/blob/main/LICENSE).