Skip to content

"Let Me In" is a teacher-led group project developed during Dev Academy Aotearoa's bootcamp. This interactive game seeks to offer participants a meme, specifically designed to be shared with one's teachers when they are late to a Zoom meeting.

Notifications You must be signed in to change notification settings

ellaroosmarijn/Let-Me-In

Repository files navigation

Let Me In

What is Let Me In?

A game to play while in the Zoom waiting. Players will have to try to guess what image the facilitators are waiting to see before they'll let you into Zoom.

Where to look for the planning?

Check out the Miro board!

Where is the Github Repo?

Check out the Github repo!

After cloning what should I do?

git checkout -b <branchname>
npm install
npm run knex migrate:latest
npm run knex seed:run
npm run dev

Then have a look at http://localhost:3000/ and over the code to get a feel for what's already there.

Where do I look for what needs to be done?

Check out our Github Project board.

Before Creating a Pull Request

Make sure there are no linting or testing errors.

npm run lint
npm run test

Additionally, to check you have written tests with good coverage.

npm run test:coverage

About

"Let Me In" is a teacher-led group project developed during Dev Academy Aotearoa's bootcamp. This interactive game seeks to offer participants a meme, specifically designed to be shared with one's teachers when they are late to a Zoom meeting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published