The Life Checks is a 10-minute quiz designed to get Australians thinking about their future in four key areas: health, money, work and social life. Participants receive personalised results in each area at the end of the questions.
These instructions will get you a copy of the project up and running on your local machine for development.
Install Node.js® and npm if they are not already on your machine
Verify that you are running at least Node.js version 8.x or greater and npm version 5.x or greater by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.
Install Git
Verify that you are running at least Git version 2.x or greater by running git --version in a terminal/console window
You can create a local copy of the project from github using git bash and running the following command:
git clone https://github.com/nick-transform/the-checks.git
Open the project folder in termianl and run the following command in terminal:
npm install
This will install all dependencies for the project.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
This project is licensed under the MIT License - see the LICENSE.md file for details