PureNotes is a minimalist note-taking app focused on simplicity and efficiency. With a clear user interface and powerful features, PureNotes provides everything you need to create, manage, and organize your notes.
- 🌟 Easy Creation and Management of Notes
- 🚀 Fast and Intuitive User Interface
- 🎨 Markdown Support
- 🔍 Content-Based Search (coming soon)
- 🌈 Benutzerdefinierte Themes und Anpassungen (coming soon)
- ☁️ Cloud Synchronization (coming soon)
- Node.js
- npm
- Clone the Repository
git clone https://github.com/jonas-is-coding/purenotes.git
cd purenotes
- Install Dependencies
npm i
- Keyboard Shortcuts
npm run dev
- Create New Note:
CommandOrControl+N
- Save:
CommandOrControl+S
- Search:
CommandOrControl+F
PureNotes is built on Electron, which allows the creation of cross-platform desktop apps using web technologies. The code is written in TypeScript and utilizes modern web technologies and frameworks.
PureNotes/
├── resources/ # Resources such as icons and logos
├── src/
│ ├── main/ # Main process code
│ ├── renderer/ # Renderer process code
│ ├── preload/ # Preload scripts
│ └── lib/ # Business logic and helper functions
├── package.json # npm configuration file
└── README.md # This file
We welcome contributions! Please read our CONTRIBUTING.md for more information on how to contribute.
This project is licensed under the MIT License. See the LICENSE file for more information.
- Github: jonas-is-coding
- Email: jonasbrahmst@gmail.com