Skip to content

A note app with a rich-text editor built using Flutter and Rust, allowing users to style their notes with colors, bold text, and more. It’s fast, secure, and works seamlessly on both Android and iOS!

Notifications You must be signed in to change notification settings

therasuldev/iNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Register screenshot Login screenshot Main view screenshot Add category screenshot Add note screenshot Delete category screenshot Delete note screenshot Editor Screenshot Profile Screenshot Search Screenshot

iNotes Project Setup

Follow the instructions below to set up and run the iNotes project.

Clone the Repository

Open your terminal in VS Code and run the following command to clone the project:

git clone git@github.com:therasuldev/iNotes.git

Navigate to the Project Directory

Change into the project directory:

cd iNotes

Run the Backend

  1. Navigate to the backend folder:
cd backend
  1. Start the backend server using Cargo:
cargo run

Run the Mobile Application

  1. Open a new terminal in VS Code (select Terminal > New Terminal from the top menu).
  2. Navigate to the mobile folder:
cd mobile
  1. Use the appropriate command to run your mobile application:
flutter run  # or another command depending on your mobile framework

About

A note app with a rich-text editor built using Flutter and Rust, allowing users to style their notes with colors, bold text, and more. It’s fast, secure, and works seamlessly on both Android and iOS!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages