Skip to content

DGM3780/NextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

NextJS - Pokédex

NextJs is a Framework that is built on top of the React Library. It's strengths include server-rendered apps, static sites, and bringing simple routing to React apps.

The Pokédex

For this assignment you will be using the NextJS framework to create a Pokédex using the pokeapi.

  • As a user, I want to view all pokémon.
  • As a user, I want to be able to search for pokémon.
  • As a user, I want to be able to view detail about a pokémon.
    • Name
    • Height
    • Category
    • Weight
    • Type
  • As a user, I want to view a random pokémon

Other requirements

  • App must use a layout component
  • App must use at least 2 other reuseable compoents
  • Host app with Now from Zeit - See docs from NextJS

Tips

  • Work through the tutorial on nextjs.org to learn about how the NextJS Framework works.
  • As with any new tool or framework, ask: why does this exist? What does it help me do?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors