Made with ♥ by @trastanechora
Check out deployed app on Vercel at https://pokemon-app-trastanechora.vercel.app/
This is a Next.js project bootstrapped with create-next-app
.
- Mobile first interface
- Show complete list of Pokemon
- Show Pokemon's detailed information
- Catch it and you can name it!
- Show list of Pokemon you have caught
- React (With Next)
- Typescript (With .tsx)
- GraphQL (With React Apollo Client)
- CSS-in-JS (With Emotion)
- Unit Test (With Jest)
- Persisted state (With IndexedDB)
- Store (With React hooks and context)
First, run the development server:
yarn install
# then
yarn dev
Open http://localhost:3000 with your browser to see the result.