Skip to content

cctran96/Pokebattler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published