Pokedex w NextJS. Each Pokemon retrived from the public API has its own dynamic page to display pertinent information.
Each Pokemon retrived from the public API has its own dynamic page to display pertinent information. More to come.
Dependencies
"axios": "^0.21.1",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.0.0"
You can view the functioning app hosted by Vercel! https://next-pokedex-ten.vercel.app/
Or, you can proceed with the following steps.
-Pull repo
npm run dev
# or
yarn dev
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
Steven Keashon
0.1 Initial Release - Proof of functionality
Thank you to Vercel for the usage of Create-Next-App, and thank you to Pokeapi.co for usage of their free-to-use, open RESTful API.
Inspiration, code snippets, etc.