Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mealet/fibonacci-app


https://github.com/mealet/fibonacci-app

Last synced: 24 days ago
JSON representation

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/