Skip to content

jchirch/poke-gochi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poké-Gochi

Summary

Welcome to the world of Poké-Gochi, an interactive app where users ("Trainers") can interact, level up, and train virtual Pokémon! By consuming a companion API that serializes data from the official PokéAPI, this app renders GIF's and data while providing functionality for trainers to interact with their Pokémon! The project was completed by a team of five developers over a focused 10-day sprint.

Deployed on Vercel: Poke-gochi

Installation

To set up: clone this repo into new directory on local device.

Install Dependencies: Run the following command to install all necessary dependencies.

  • run npm install

Start the application locally and open it in your browser.

  • run npm start

Testing

Ensure all Cypress dependencies are installed by running npm install as shown in the Installation section.

Open the Cypress testing browser with: run 'npm run cypress'

Preview

Screenshot of play screen

Contributors

Tech Stack

  • React version: 18.3.1
  • Cypress version: 13.15.1
  • Node version: 18.17.1