-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
Simple Tauri-React app, which implements parsing HTML pages on Rust, getting random cat photos & philosophers quotes, then displaying it on the page with infinite scrolling. | ||
# Simple Tauri-React app, which implements parsing HTML pages on Rust, getting random cat photos & philosophers quotes, then displaying it on the page with infinite scrolling. | ||
|
||
TODO'S | ||
## To run dev version, type: | ||
``` | ||
npm run tauri dev | ||
``` | ||
|
||
Visual changes, only logic is done | ||
## TODO'S | ||
|
||
Saving posts in local storage | ||
~~Visual changes, only logic is done~~ | ||
|
||
Window navigate buttons (close, etc) | ||
Maybe saving posts in local storage | ||
|
||
~~Window navigate buttons (close, etc)~~ (not reasonable) | ||
|
||
Displaying only unique images & quotes (hard task, involves advanced Rust knowledge (due to complexity of borrow system) which I don't have right now) spent 30+ hours on this and reverted LOL | ||
|