Skip to content

Rust Tauri React Notes App: A cross-platform desktop application for note-taking, built with Rust for the backend, Tauri for the desktop framework, and React for the frontend interface.

License

Notifications You must be signed in to change notification settings

praball/Rust-Application

Repository files navigation

Rust Tauri React Notes App

image

Overview

This is a simple notes application built using Rust for the backend, Tauri for the desktop application framework, and React for the frontend user interface.

Features

  • Cross-platform: The application runs on multiple platforms including Windows, macOS, and Linux.
  • Intuitive Interface: The user interface is designed to be clean and easy to use, allowing users to quickly create, edit, and delete notes.
  • Offline Mode: Notes are stored locally, allowing users to access and modify them even without an internet connection.
  • Customizable: Users can customize the appearance of the application to suit their preferences.

Getting Started

To get started with the application, follow these steps:

Prerequisites

  • Rust (1.50 or higher)
  • Node.js (12.x or higher)
  • npm (6.x or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/praball/Rust-Application
  2. Navigate to project directory:
    cd your-repository
  3. Install dependencies:
    npm install
  4. Build the Rust backend:
    cargo build
  5. Start Development sercer:
    npm start
    

The application should now be running. Open your web browser and navigate to http://localhost:3000 to access it.

Usage:

Creating a Note: Click the "+" button to create a new note. Enter the note content and click "Save". Editing a Note: Click on a note to edit its content. Make your changes and click "Save". Deleting a Note: Click on the trash icon next to a note to delete it.

Contributing:

Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

License:

This project is licensed under the MIT License.

About

Rust Tauri React Notes App: A cross-platform desktop application for note-taking, built with Rust for the backend, Tauri for the desktop framework, and React for the frontend interface.

Resources

License

Stars

Watchers

Forks