PuzzleTracker and puzzleTrackerServer are integrated client/server repositories respectively. They allows users to track their puzzle times and collection.
Clone puzzleTracker and puzzleTrackerServer to local machine. Afterwards, install necessary packages in both repositories.
npm install
In the terminals for both puzzleTracker and puzzleTrackerServer, run npm start to use application in browser.
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.