A web application for kids that allows a user to add words and create definitions for those words.
- HTML
- Ruby
- rspec
- pry
- Capybara
- Sinatra
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.
- 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
- No known issues
Copyright (c) 2022, Z Perez