kunagpal / sudoku-champs

The source code repository for the sudoku-champs initiative.

Home Page:http://sudokuchamps.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Test Coverage Issue Count Dependency Status codecov.io Circle CI Page Speed

sudoku-champs

Greenkeeper badge

The source code repository for the sudoku-champs initiative

The website is hosted here

Please report any bugs / issues here

Instructions
  • Download and install the latest version of Node.Js from here
  • Download and install MongoDB from here
  • In the project's root directory, and install all dependencies with npm i
  • Create a .env file with the following contents:
PASSWORD=value
FB_ID=value
FB_KEY=value
TW_ID=value
TW_KEY=value
GO_ID=value
GO_KEY=value
SENTRY=value
  • Run the localhost MongoDB server with mongod
  • Run the server using npm start
  • View the website at localhost:3000

Tasks

  • UI Overhaul
  • Semantic functionality completeness
  • Render speed up

About

The source code repository for the sudoku-champs initiative.

http://sudokuchamps.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 68.3%Language:HTML 27.9%Language:CSS 3.8%