Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.06 KB

GameStash Client

This is GameStash, an application for keeping track of your game collection!

You can create and delete consoles, and create, edit, and delete games from the collection.

The dashboard will keep track of how many games you have in your collection, and you can also document what condition your game is in.


This is my first Full Stack PERN application. This is the client side of the application which uses React as it's front end. I am using React Hooks to manage state and components. I am also using Axios for my server connection. There is full smoke testing implemented for all components and routes as well.


This was a project for my Thinkful program. We have requirements for the application so between that I was not able to do everything I wanted. In the next version I am planning on adding user authentication and using a 3rd party API for fetching data for games.