[Fullstack] PERN Pokedex
This project is a humble project that I started while practising on the PERN (PostgreSQL, Express, React, Node) stack. For my own educational purpose, I used both API calls as well as data stored in a Postgre database. The frontend design is entirely self-made, I started from a blank page!
Currently this Pokedex has the following features :
- ON/OFF switches with light effects.
- A “home” button
- A “List all” function allowing one to list all pokemons
- A detailed page for each pokemon showing stats, type, and a picture of the selected Pokemon.
- And more if I decide to continue working on this project!
Features
- Frontend coded using React.
- Basic Express server.
- API calls to the PokeAPI
- PostgreSQL database (redundant with the above, for educational purpose).