Pokedex App. React frontend, Node.js backend with Graph QL.
Functionalities:
- search, filtering, can sort by name, hp, defense, special attack, etc.
- can go to detail page for additional details on pokemon
To run,
backend:
- navigate to cd backend
- run 'npm install'
- run 'node server.js'
front end
- navigate to cd frontend
- run 'npm install'
- run 'npm start'
Pictures of App: