Releases: praball/Rust-Application
Releases · praball/Rust-Application
Version 1.0.0 Release
Notes App Release v1.0.0
Features:
- Create, view, and delete notes.
- Notes are persisted locally.
- Dark-themed interface for comfortable usage.
Technologies Used:
- Frontend:
- React.js
- Tauri (for desktop integration)
- Backend:
- Rust
Installation:
Clone the repository: git clone https://github.com/praball/Rust-Application
Install dependencies: npm install
Build the project: npm run build
Usage:
- Start the application:
npm start
- Add new notes by typing in the input field and clicking "Add Note".
- Delete notes by clicking the "Delete" button next to each note.
Contributors:
Prabal Pophaley: https://github.com/praball
License:
This project is licensed under the MIT License.
Release Notes:
v1.0.0 (Current Release)
- Initial release of the Notes App.
- Basic functionality for adding and deleting notes.
- Dark-themed interface for improved readability.