Skip to content

zperez0/word_definer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Definer

By Z Perez

A web application for kids that allows a user to add words and create definitions for those words.

Technologies Used

  • HTML
  • Ruby
  • rspec
  • pry
  • Capybara
  • Sinatra

Description

This application was created to demonstrate my knowledge and understanding of using CRUD functionality, routing with Sinatra, and testing with Capybara. The user can add, edit, or delete a word and its corresponding definitions, as well as search for a word.

Setup/Installation Requirements

  • Go to GitHub
  • Clone git repository to local machine
  • Navigate to root folder and open directory with VScode
  • Install packages by typing in the terminal:
bundle install

Run the server type in the terminal:

ruby  app.rb

Open up your browser and go to:

http://localhost:4567/

Run test with rpsec type in the termial:

rspec

Known Bugs

  • No known issues

License

MIT

Copyright (c) 2022, Z Perez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published