otobongfp / Notes_App

A simple notes app written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTES APP

The Rust Notes App is a simple application that allows you to create notes via your CLI

The project will get anyone conversant with basics of Rust such as variables, io, functions, mutability, lists manipulation etc I also ensured to add substantial comments enable anyone understand the code.

There are better methods to handle alot of processes here but I kept it as simple as possible to avoid using alot of imported modules

Features & Getting Started

  • Ensure you have Rust installed.
  • the App -> cargo run.
  • [L] List all notes, [C] Create new note, [D] Delete Note, [U] Update an old note, [R] Read a specific note.
  • Set up notes title.
  • Date and an ID is automatically assigned to your app.

Future Improvement

  • Ability to save the notes.
  • Convert saved notes to pdf.
  • Interactive TUI or GUI.
  • Add Images to note.

About

A simple notes app written in Rust


Languages

Language:Rust 100.0%