Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.64 KB

README.md

File metadata and controls

43 lines (22 loc) · 1.64 KB

pk-about

A repo dedicated to explaining the pk-projects.

By: Pia and Jason

Seaking Love Logo

Huge thank you to /u/vojelly for this amazing Seaking artwork!

Table of Contents

  1. pk-web
  2. pk-api
  3. pk-assets
  4. pk-scripts

pk-web

Live Demo | Source Code

The front-end project. Using our own API, we created a responsive Pokédex as a way to demonstrate what is capable using just our API as the sole data source. In trying to use the most modern technology available at the time, this project was built using React 16, Redux 3, React-Router 4, webpack 3, and Redux-Saga.

pk-api

Live Demo | Source Code

The back-end project. Using data from veekun, we created and hosted our own Postgres database. This data is made accessible through our custom API layer that we wrote using Node and Express.

pk-scripts

Source Code

A collection of quick scripts that we used to help speed up the development process. For example, one script that you'll find in here is one that we used to rename our animated gif sprites to match our naming convention.

pk-assets

Source Code

All of the assets that we use in pk-web. This repo exists to reduce load on our humble little VPS.