A simple app to capture and organize your ideas.
Check it out here: Idea Dump
- Dump ideas quickly without overthinking
- Group ideas into categories
- Firebase backend for sync and storage
- Clean, minimal interface
- React + TypeScript
- Vite
- Tailwind CSS
- Firebase
Clone the repo:
git clone https://github.com/DaksshDev/Idea.dump
cd Idea-dumpInstall dependencies:
npm installRun the dev server:
npm run devAdd your Firebase config in client/src/lib/firebase.ts:
const firebaseConfig = {
apiKey: "your_api_key",
authDomain: "your_project.firebaseapp.com",
projectId: "your_project_id",
};Open to contributions! Just open a PR or issue and I'll review it manually (if i get time).
Keep it simple:
- Fix bugs
- Open issues
- Add features that make sense
- Keep the vibe minimal
If you find this useful, give it a star! ⭐
