Dkeeper is a decentralized note-keeping application built on the Internet Computer using React, Tailwind CSS, and the Motoko programming language.
It allows users to create and delete personal notes securely on the blockchain — fully decentralized, censorship-resistant, and serverless.
- Frontend: React + Tailwind CSS
- Backend: Motoko (Smart Contracts)
- Platform: Internet Computer (DFINITY)
- Dev Tools: DFX SDK, npm/yarn
- 📝 Create and delete notes in a sleek, responsive UI
- 💡 State management with React hooks
- 🎨 Tailwind CSS for modern styling
- 🌐 Runs on-chain via Internet Computer canisters
- 🔒 No central database or server
- DFX SDK
- Node.js & npm or yarn
git clone https://github.com/yourusername/dkeeper.git
cd dkeeper
npm install