Skip to content

frotz33/Pokemaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemaster

Pokemaster is an interactive game that puts your Pokémon knowledge to the test. This project is constructed using HTML, SCSS, and TypeScript, and it leverages the PokeAPI to fetch Pokémon-related data and questions. Each question is presented in a multiple-choice format, challenging players to select the correct answer to advance.

click for demo

What I Learned

Throughout this project, I gained valuable experience in:

  • Asynchronous programming (async)
  • Model-View-Controller (MVC) architecture
  • Implementation of private constructors
  • Implementing synchronized timers for Pokémon features

The Most Challenging Part

  • Implementing the private constructor

Features

  • Pokémon-themed quiz game
  • Utilizes the PokeAPI to fetch data
  • Multiple-choice questions
  • Keeps track of your score and progress

Technologies Used

  • HTML
  • SCSS
  • TypeScript

Getting Started

Prerequisites

To run this project, make sure you have the following installed:

  • Node.js and npm on your machine
  • A web browser

Installation

  1. Clone the repository:

    git clone https://github.com/frotz33/Pokemaster.git
  2. Navigate to the project directory:

    cd Pokemaster
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

About

Web Pokemon Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published