📖 Table of Contents
Hatch is an original virtual escape room designed by Michael Jung. This project utilizes various concepts learned throughout the App Academy bootcamp program and implements them as clues to advance in the game.
AN IMPROVED 2.0 VERSION IS COMING SOON!
📚 Project Wiki Links
Interact with Room Elements to find Clues
Create, Read, Update, Delete Notes
Create, Read, Update, Delete Items
Countdown Timer that Persists Across Refreshes or URL Changes
⚙️ Local Setup Instructions
-
Clone the repo:
git clone git@github.com:michaelhjung/hatch.git
-
Install packages
pipenv install cd react-app npm install
-
Create a .env file and set the environment variables for SECRET_KEY and DATABASE_URL to your choosing.
-
Migrate and seed the files.
flask run db init flask run migrate flask seed all
-
Run the server and start the react app
pipenv run flask run cd react-app npm start
Date | Accomplishments |
---|---|
Sat, 10/22/2022 |
|
Sun, 10/23/2022 |
|
Mon, 10/24/2022 |
|
10/25/2022 |
|
Wed, 10/26/2022 |
|
Thu, 10/27/2022 |
|
Fri, 10/28/2022 |
|
Sat, 10/29/2022 |
|
Sun, 10/30/2022 |
|
Mon, 10/31/2022 |
|
Tue, 11/1/2022 |
|
Wed, 11/2/2022 |
|