- React
- Express
- Mongo
- git clone the repo
- access passion-project-frontend and passion-project-backend from the repo
- npm i in both (although backend doesn't have anything yet so you can ignore that)
- in passion-project-backend, mongoUrl is hidden in a secret.js file, will have to set your own mongodb url there.
- npm start both in separate terminal
- A site with puzzles that user can solve to advance to next level
- Encrypted user login for user to save progress (honestly due to the simplicity of this site I really don't think having a user is really a requirement)
- Profile for user
- Navigation to different levels
- Not deployed yet