https://github.com/opeolluwa/spork
Minimal (Rust) Dictionary App
https://github.com/opeolluwa/spork
axios bootstrap rust vue
Last synced: about 2 months ago
JSON representation
Minimal (Rust) Dictionary App
- Host: GitHub
- URL: https://github.com/opeolluwa/spork
- Owner: opeolluwa
- Created: 2022-08-20T00:25:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T09:05:06.000Z (over 3 years ago)
- Last Synced: 2025-03-30T09:45:14.573Z (over 1 year ago)
- Topics: axios, bootstrap, rust, vue
- Language: HTML
- Homepage: https://spork.onrender.com
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spork
Minimal Dictionary Application
## Technologies
- [Vue.js V3.xx (CDN)](https://vuejs.org)
- [Rust](https://rust-lang.org)
- [Dictionary API](https://dictionaryapi.dev/)
- [Bootstrap Icons](https://icons.getbootstrap.com)
- [Axios](https://axios-http.com/docs/intro)
- HTML
- CSS
- JavaScript
## Dependencies
The Following dependencies are required to run the application (in development mode):
- [Rust v1.xx or greater](https://www.rust-lang.org/tools/install) and Rust tool chains
- [Cargo Watch](https://crates.io/crates/cargo-watch)
## Installation
```bash
#clone the project
git clone https://github.com/opeolluwa/spork
#navigate to the cloned project
cd spork
# start the server with cargo watch
cargo watch -x run
```
## Demo
See a [demo](https://drive.google.com/file/d/1VSWCDA81NEXTaO9mgwlw2RJOUD3U5rFV/view?usp=drivesdk)
## Compilation
Execute the following command to build application for production using [Cargo](https://doc.rust-lang.org/cargo/):
```bash
cargo run build
```