Skip to content

kurtbixby/herble

Repository files navigation

HERBLE: A daily plant guessing game

License: MIT

Description

A full stack game-application that challenges the user to guess a series of daily plant pictures of decreasing difficulty. The user is able to guess one image per day, and receives stats both daily and cumulatively. This project was built to demonstrate core competencies in front end JS and tailwind, building and routing to a database, and conditonally rendering information via handlebars, a templating engine.

Table of Contents

-Installation

-Usage

-Credits

-Tests

-Questions

license

Installation/ Usage

Install node packages: Sequelize, mySQL2, Express. Run seeds scripts to seed the database and start the server. In the browser, navigate to localhost:3001. A signup and sign-in page will appear allowing the user to be validated to begin gameplay. Once the user signs-up, they may participate in the game.

license

MIT License

Credits

https://codepen.io/technext

https://unsplash.com/@josefin // https://unsplash.com/photos/WS5yjFjycNY

Tests

No tests were used in development

Questions

Github: https://github.com/kurtbixby/herble

Demonstration

Screen Shot 2022-08-09 at 10 16 11 PM

Credits

Roberto Moreno: https://github.com/rmoreno162303 Sierra Nutt: https://github.com/SierraNN Kurt Bixby: https://github.com/kurtbixby Kyle Baca: https://github.com/kyle-david1 Marian Fediuc: https://github.com/marianfediuc

Technologies

Express and Router for handling routes.
Express Handlebars for creating our views.
Sequelize and mySQL2 for seeding and interfacing with the database.
Passport for user authentication.
dotENV for managing environment variables and hiding information.
bcrypt for hashing passwords.
express-session for managing session middleware.
cookie-session for storing the sessions.

About

A daily plant guessing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published