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

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

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
```