To develop a Sudoku game having the following specifications:
- Use of Functional Programming at 100%
- SPA using MEAN (MongoDB, Express, Angular 4, NodeJS)
- RESTful API
- Have an algorithm to solve the Sudoku game
Optional:
- TDD (Test Driven Development)
- Deployed in Heroku
Andrey Arguedas E. - (AndreyArguedas)
Daniela Armas S. - (danielaas)
Kimberly Olivas D. - (KimberlyOlivas)
Michael Chen W. - (michaelcw02)
Carlos Loría Sáenz - (CarlosLoriaSaenz)
- Use of 4 spaces for identations.
- Use of PascalCasing for Classes.
- Use of UPPERCASE for Constants.
- Use of camelCase for Variables.
- ONLY PULL REQUESTS
npm install
npm run build
npm start