Skip to content

A Rails app that allows users to create comparisons between people and Pokemon.

Notifications You must be signed in to change notification settings

malcolmk181/PeopleToPokemon

Repository files navigation

PeopleToPokemon

PeopleToPokémon is a simple Ruby-on-Rails app that lets users create comparisons between people and Pokémon.

Installation

This app requires Ruby version: ~> 2.7.3

  1. Clone or download the repository to your computer
  2. Run bundle install to install this project's dependencies
  3. Create & seed the database (this takes a little bit)
bin/rails db:migrate
bin/rails db:seed
  1. Run the application with rails s

Usage

  • Users can view pokémon, people, and people-pokémon matches
  • Users can add new pokémon and people, and create matches (posts) & comments on posts. Users can delete their own posts
  • Users can sign up & login/logout

image The home page

image The people page

image The pokémon page

image The posts page

image An individual post with comments

image An individual pokémon

image An individual person

About the app

  • Built on Ruby 2.7 and Rails 7.0
  • Manages a SQLite3 database for data persistence
  • Uses the Bulma.io CSS framework for the front-end
  • Pulls Pokémon info from the PokéAPI database, using the Poke-Api-V2 gem
  • Pulls people images from Pixabay using the pixabay-api gem

About

A Rails app that allows users to create comparisons between people and Pokemon.

Topics

Resources

Stars

Watchers

Forks