Skip to content

Releases: praball/Rust-Application

Version 1.0.0 Release

28 Mar 07:41
7f74ac3
Compare
Choose a tag to compare

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:

  1. Start the application: npm start
  2. Add new notes by typing in the input field and clicking "Add Note".
  3. 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.