Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gitkrystan/ruby-word-definition


https://github.com/gitkrystan/ruby-word-definition

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Word Puzzle

#### Ruby/Sinatra Exercise for Epicodus, 01.15.2016

#### By Krystan Menne

## Description

To see this code in action, go to:

[Heroku: Krystan Mos Definition](https://krystan-mos-definition.herokuapp.com/)

This website allows a user to input words and their definitions. Each word can have multiple definitions and can be removed from the word list.

Words and definitions are stored as objects in Word and Definition classes.

## Setup

Install by cloning [this repository](https://github.com/gitKrystan/ruby-word-definition.git).

Navigate to the project directory in the command line and run the following commands:

```
bundle install
ruby app.rb
```

### License

Copyright (c) 2015 Krystan Menne

This software is licensed under the MIT license.