Throughout this course you will take this Pokedex plain react app and migrate it to a Gatsby App.
The app was create using create-react-app
and has a few different sections like Home
and About
pages, it has a user specific section that is protected using a login and password to display the user stats.
In the upcoming lessons, you will learn how to extract and reuse a big chunk of the code from this app to build the same app using Gatsby.