DevNotes is a modern all-in-one note-taking app for developers.
It features an integrated calendar, API client, customizable note editor, and AI chat. I made it just for fun so feel free to contribute :)
📝 Customizable Note Editor
Write, edit, and organize your notes flexibly and clearly.
📅 Calendar
Keep track of appointments, deadlines, and tasks.
🔗 API Client
Test and document APIs directly within the app.
🤖 AI Chat
Integrated AI support for quick answers and problem-solving.
/ui
)git clone https://github.com/inf0rmatikOr/DevNotes.git
cd DevNotes
npm install
# Install UI dependencies
cd ui
npm install
# Back to the main directory
cd ..
# Start the app
npm run app
# Start the web app (another terminal session)
cd ui
npm run dev
Pull requests and issues are welcome!
Please refer to the Code of Conduct if available.