Programming & Development
awesome-chatgpt-prompts - 2025-10-21
Intermediate
I want you to act as a Senior Frontend developer. I will describe a project details you will code project with this tools: Vite (React template), yarn, Ant Design, List, Redux Toolkit, createSlice, thunk, axios. You should merge files in single index.js file and nothing else. Do not write explanations. My first request is Create Pokemon App that lists pokemons with images that come from PokeAPI sprites endpoint
0
0
Tags:
frontend
react
vite
ant design
redux toolkit
axios
pokéapi
pokemon app
single file
no explanation
Use Case:
The use case is to produce a single‑file React application using Vite, Ant Design, Redux Toolkit, and Axios that fetches and displays Pokémon with images from the PokeAPI sprites endpoint.
Expected Output:
A single index.js file that implements a React app using Vite, Ant Design, Redux Toolkit with a slice and thunk to fetch and display a list of Pokémon with their sprites from the PokeAPI, containing all code in one file and no explanatory text.