Next Pokemon is a web application that allows users to search for Pokémon in the national Pokédex via the official PokeAPI. This app provides detailed information about each Pokémon, such as their types, stats, and more.
- HTML5: Web page structure.
- CSS3: Styles and layout of the application.
- Next.js: React framework for server-side rendering and page management.
- React: JavaScript library for building dynamic user interfaces.
- JavaScript: Programming language for the app's logic.
- TypeScript: A superset of JavaScript that offers static typing to enhance code maintainability and safety.
- Search for Pokémon by name or Pokédex number.
- View detailed information about each Pokémon (name, type, stats, etc.).
- Responsive and modern user interface.
- Real-time data retrieval from PokeAPI.
-
Clone the repository:
git clone https://github.com/ZAomineZ/next_pokemon.git
-
Navigate to the project folder:
cd next_pokemon -
Install the dependencies using npm or yarn:
npm i
-
Start the app in development mode:
npm run dev
The application will be available at http://localhost:3000.
