pokemon wiki using Node.js, GraphQL, ReactJS
In order to run this application:
Clone repo
Starting Server:
Cd into server folder and run:
npm run start OR npm run dev
Running Local Host:
Cd into client folder and run:
npm install
npm start
- List of pokemon and their stats with sortable columns
- Pagination feature
- Filter by pokemon type feature
- Search by name feature
- Can click on any pokemon name to view their photo and deatils