/pokemon-react-app

This is a Pokemon app developed using React. On every refresh, the application calculates and displays which of the Pokemon cards has won the game, based on their total strength.

Primary LanguageJavaScript

Pokemon

Installation

  • Clone the repository.
  • Install dependencies using npm install.
  • Start the development server using npm start.

Technologies

  • React
  • JavaScript
  • HTML/CSS

Features

  • On every refresh, the application calculates and displays which of Pokemon cards has won the game.
  • The game is determined based on the total strength of each's Pokemon cards.

Future Improvements

  • More detailed information about the winning of Pokemon cards.
  • User authentication to save and track game results.
  • Improved styling and layout.

Thank you for checking out my first React project, Pokemon!