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.
- 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.
To get started with the application, follow these steps:
- Rust (1.50 or higher)
- Node.js (12.x or higher)
- npm (6.x or higher)
- Clone the repository:
git clone https://github.com/praball/Rust-Application
- Navigate to project directory:
cd your-repository
- Install dependencies:
npm install
- Build the Rust backend:
cargo build
- Start Development sercer:
npm start
The application should now be running. Open your web browser and navigate to http://localhost:3000 to access it.
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.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
This project is licensed under the MIT License.