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
- Host: GitHub
- URL: https://github.com/nass600/secret-santa
- Owner: nass600
- Created: 2017-04-25T22:56:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T17:39:15.000Z (about 9 years ago)
- Last Synced: 2026-01-03T14:25:09.452Z (6 months ago)
- Topics: angularjs, bootstrap, es2015, expressjs, karma, nodejs, phantomjs, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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