Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 926 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 926 Bytes

PakdoMon

A comprehensive database for Pokémon information, including stats, moves, abilities, evolutions, and more. Built to cater to Pokémon enthusiasts and trainers!

Features

  • Pokémon Encyclopedia: Browse detailed information on all Pokémon, including stats, types, abilities, and evolutions.
  • Move Database: Explore moves by type, generation, and Pokémon compatibility.
  • Type Chart: Interactive type effectiveness chart for quick reference.
  • Pokédex Search: Search for Pokémon by name, type, or generation.
  • Responsive Design: Optimized for desktop, tablet, and mobile devices.

Technologies Used

  • Frontend:
    • EJS, CSS
  • Backend:
    • Node.js/Express for handling requests
    • REST API for data queries
  • Database:
    • MongoDB for storing Pokémon data
  • Scraping/Data Source:
    • Static dataset from open Pokémon API sources like PokeAPI