pokedex-electron
v1.1.0
Published
A professional Electron Pokédex with retro aesthetics.
Maintainers
Readme
pokedex-electron
A sleek, retro-style Pokédex desktop application built with Electron, PokéAPI, and modern CSS (Glassmorphism aesthetics).

Installation & Usage
Via NPM (Global Install)
You can install and run the Pokedex directly using NPM without cloning the repository:
Install globally:
npm install -g pokedex-electronRun the application:
pokedex-electron
From Source (Development)
Clone the repository:
git clone https://github.com/bariskisir/pokedex.git cd pokedexInstall dependencies:
npm installRun the Electron application:
# This will launch the Pokedex as a desktop application npm start
License
This project is open-source and available under the MIT License.
