Simple web app for managing a treasure hunt
Treasuer Hunt - A treasure hunt in the context of this app invloves a number of teams solving clues whilst driving a route devised by the organisers. Each clue includes directions such as "Take the next right" and a riddle that can be solved by spotting the answer as they are driving.
The winning order of teams is decided by a combination of how many clues they get right and their time taken to complete the hunt. For example if 2 teams both got the same number of clues correct, the team that had the quickest time would come first.
The purpose of this application is to record team information and results and then display the results of the treasure hunt.
I have chosen to use Angular 2 and npm as the package manager.
- Clone the repo
- cd to the root directory
- Install node modules -
npm install - Start the dev server -
npm start
In a web browser go to http://localhost:4200 to view the app. As you make changes to the code with the server running, the web browser will automatically refresh to show those changes.