An open API service indexing awesome lists of open source software.

https://github.com/nass600/secret-santa

Secret Santa javascript demo application
https://github.com/nass600/secret-santa

angularjs bootstrap es2015 expressjs karma nodejs phantomjs scss webpack

Last synced: 3 months ago
JSON representation

Secret Santa javascript demo application

Awesome Lists containing this project

README

          

Secret Santa
============

Small app to generate Secret Santa matches based on a users json file

Installation
------------

Installation is done by npm. Run the following command:

```bash
npm install
```

Usage
-----

Run the Express server by executing:

```bash
npm start
```

Now, you can access the app by typing `http://localhost:3000` in the browser.

**Note:** Change the url if you are using vagrant or custom localhost setups

Usage
-----

Run tests by executing:

```bash
npm test
```

Todo
----

- [X] Move css to sass
- [X] Remove CDNs and use NPM to handle all dependencies
- [X] Use webpack to minimize and mangle the output
- [X] Use eslint and stylelint
- [X] Add unit tests
- [ ] Add e2e tests