This application allows users to enter and define their own words. When word is created, users able to see a list of words on the homepage and edit/delete words ot their definitions.
Specs | Example Input | Example Output |
---|---|---|
Create a new word | "Cat" | "List of words: Cat" |
Edit words | Enter "kitten" and click to 'Update' button | "List of words: kitten" |
Delete created word from list of words | Press "Delete word" button | "List of words: " |
Add definition for words | "It is a pet" | "Definitions: 1. It is a pet" |
Update definitions | Enter "It meows" and click to 'Update definition' button | "Definitions: It meows" |
Delete created definition | Click "Delete definition button" | "Definition: " |
Try out the app on Heroku
Clone this repository via Terminal using the following commands:
-
$ cd Desktop
-
$ git clone https://github.com/Zinfira/The_word_definer.git
-
cd The_word_definer
Next, confirm that you navigated to the Anagrams_and_Antigrams project directory by entering pwd
in Terminal.
Then, run at the project's root directory via Terminal the following commands:
-
$ gem install bundler
-
$ bundle install
Not known bugs at this time.
If you have any issues with the program or you have any suggestions, email me zsafargalieva@gmail.com
Ruby version 2.6.5, Sinatra, Capybara and Heroku
Licensed under MIT license
Copyright (c) 2020 Zinfira Safargalieva