Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mealet/fibonacci-app
https://github.com/mealet/fibonacci-app
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mealet/fibonacci-app
- Owner: mealet
- License: mit
- Created: 2024-03-13T19:43:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-02T18:33:19.000Z (7 months ago)
- Last Synced: 2024-04-02T19:42:25.982Z (7 months ago)
- Language: Rust
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 😵💫 Fibonacci App
Fibonacci App - is simple app for getting **fibonacci number** by writing index in input.
I've created this app for learning tauri and gui on rust.
Web-page styled by Bootstrap Presets.
Main language is _Russian_.
![image](https://github.com/mealet/fibonacci-app/assets/110933288/391f5624-fb2e-4782-8ffe-8093f873e125)## 👀 Installation
### Easy way
1. Go to the side of this repository
2. Open "Releases"
3. Download `.exe` file and start it### Build way
1. Download code and go to its directory
2. Install tauri-cli
```
cargo install tauri-cli
```
3. Build app
```
cargo tauri build
```
4. **OR** run in developer mode
```
cargo tauri dev
```## 🧐 Files & Folders
- `ui` folder contains web-app with bootstrap css file.
- `index.html` is main html file.
- `style.css` is main styling file.
- `bootstrap` folder contains bootstrap css presets.
- `src-tauri` folder contains app configuration file and 2 rust scripts.
- `main.rs` is main file which starting web-page like tauri app
- `math.rs` is a simple module with fibonacci recursive function.## 🔗 Links
- Tauri - https://tauri.app/
- Rust - https://www.rust-lang.org/
- Bootstrap - https://getbootstrap.com/