cctran96 / Pokebattler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokébattler

Pokébattler is a battle simulator for the popular franchise Pokémon. Create a team of up to 6 Pokémon and bring it to battle to test your own skills!
Video Demo

Technologies

Built with a React frontend and a Ruby backend

Installation

  1. Clone the repo.
  git clone https://github.com/cctran96/Pokebattler.git
  1. cd into the frontend directory and install the packages.
  npm install
  1. cd into the backend directory and install the gems
  bundle install
  1. In the backend directory, create and seed the database.
rails db:migrate
rails db:seed
  1. Start the frontend and backend servers in their respective directories.
  npm start
  shotgun

Usage

  1. Create an account.
  2. Create a Pokémon team.
  3. Bring your team into battle!

About


Languages

Language:JavaScript 49.0%Language:Ruby 41.4%Language:CSS 8.1%Language:HTML 1.5%