This is a tool developed at the Turing School, based on the Johari Window Exercise developed in 1955 by Joseph Luft and Harrington Ingham. It is a front-end app that works with our Rails backend Johari Window API.
Visit the live website here!
Check out the Consideration docs for user accessibility details!
Here is a quick guide to getting started.
- Clone this repo:
- Install with:
- Start the server:
OR
- Run the tests:
- Visit in your browser at localhost//:3000 (most likely your app will be at this port, but check your terminal after you start the server for confirmation)
After getting started, to run the app locally, just type npm start
into the command line. The app should automatically be opened in your browser. Peruse at your pleasure!
You will have to create your own back-end application and scope the CORS requirements in order for it to have full functionality with the backend API.
You will also have to scope your back-end app for the production site as well. Be sure to set up your application through AuthO and follow the instructions to get user login functionality.
After that, once you push both apps to production, it should function just fine.
Don't clean out your localStorage if you can help it. If you don't know what that is, that's great! If you do, try not to mess with it.
-
The projects ability to login and redirect certain components needs to be refined.
-
Once the site is up and functional, we want all Turing students to login to the app. Then, they can start using it for every group project they participate in at Turing!