Skip to content

Wendyv510/trivia-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia - Frontend

Deploye with Netlify @ https://loving-curie-fa739e.netlify.app/

Installation: To use the Trivia app, in terminal ... -git clone https://github.com/Wendyv510/trivia-frontend.git -cd trivia-frontend
-open index.html (if that doesn't work, right click on index.html file and choose Reveal in Explorer and open)

*** Backend that it is linked to *** Installation: To use the Trivia app, in terminal ... -git clone https://github.com/Wendyv510/trivia-backend-.git -cd trivia-backend- -bundle install -rake db:migrate -rake db:seed -thin start --ssl -open https://localhost:3000/api/v1/categories in browser to be able to view category json data & https://localhost:3000/api/v1/questions to view questions json data

Description: The Trivia app is for users to select a category and answer questions about a certain topic.

Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/Wendyv510/trivia-frontend.git. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License The gem is available as open source under the terms of the MIT License. https://github.com/Wendyv510/trivia-frontend/blob/master/LICENSE

Code of Conduct Everyone interacting in the Trivia project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A trivia game app made with Vanilla Javascript. Corresponds with Rails back end, https://github.com/Wendyv510/trivia-backend-.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published