Skip to content

Zinfira/The_word_definer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Word Definer

An application for kids, 05/15/2020

By Zinfira Safargalieva

Description

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.

Specification

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: "

Setup/Installation Requirements

Try out the app on Heroku

OR

Clone this repository via Terminal using the following commands:

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

Known Bugs

Not known bugs at this time.

Support and contact details

If you have any issues with the program or you have any suggestions, email me zsafargalieva@gmail.com

Technologies Used

Ruby version 2.6.5, Sinatra, Capybara and Heroku

License

Licensed under MIT license

Copyright (c) 2020 Zinfira Safargalieva