Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellcattc authored Sep 25, 2022
1 parent 6729825 commit 47a6386
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
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

0 comments on commit 47a6386

Please sign in to comment.