Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 540 Bytes

Find The Word

Find The Word is a small project made with AngularJS 1.X

It is a game where you have to rearrange the most words in 40secs

Live Demo

FindTheWord Screenshot

Building

To build the project, you will need to get a few dependencies using bower install & npm install

Then we use grunt as build system:

  • grunt serve to run the source code on localhost:9001
  • grunt build to build the project for production
  • grunt test to run unit tests