Skip to content

DylanLucero/ShineDex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShinéDex

Currently Built on Electron

Features Implemented:

  • Gen 1 to Gen 7 Pokédex
  • Searchable Pokédex
  • Shiny Pokémon Toggle

To-Do List:

  • Gen 8 and Gen 9
  • Encounter Tracker
  • UI Bug Fixes
  • Web Build
  • Multi-OS Builds

Stay tuned for future updates and improvements!

Building from Master Branch - Quick Guide

Prerequisites:

  • Git
  • Node.js

Steps:

Clone the Repository:

git clone https://github.com/DylanLucero/ShineDex.git cd ShineDex

Install Dependencies:

npm install

Build the App:

npm run make

Notes:

The current build includes Generations 1-7 and supports searching through the Pokédex and shiny toggling. Missing features such as Gen 8, Gen 9, and Encounter Tracker are still in development.