An app created to enable users to save extra Hearthstone decks, as the game itself limits you to 18. This way users can keep their favorite decks as they transition from Standard format to Wild and recall old decks with ease.
Live Link: https://hsdeckbuilder.netlify.com/
Server Repo: https://github.com/MitchGianoni/hsdeckbuilder-server
Username: tester1 password: bacon123
** Login Page **
** Dashboard **
** Deckbuilder **
-
Client:
- React
- React-Router-Dom
- Redux
- Redux-Form
- Redux-Thunk
-
Server:
- Express
- Postgresql
- Knex
- Node
- bcrypt/jwt/passport
-
All cards imported into database from api.hearthstonejson.com
- Enable users to rename decks
- Search cards by name
- Deck limitations to reflect actual game rules
- Paste and save deck codes directly into app! (stretch goal)