Sudoku puzzle app with a leaderboard created with React frontend and Rails API
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This app uses Ruby version 2.5, Rails version 5.2, React 16.4, and Redux 4.0
To install this app, fork and clone the repo to your local folder, then run bundle install to install all the required gems and cd to client and run npm install to install all the required node module. Lastly start the server using rake start and go to localhost:3000 to start using the app.
- Rails - The web framework used
- React - Javascript library for building user interfaces
- Redux - State container for JavaScript apps
- Sudoku - Sudoku generator and solver for node.js
Bug reports and pull requests are welcome on GitHub at https://github.com/rockychiang/sudoku_app. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Rocky Chiang - rockychiang
The project is available as open source under the terms of the MIT License.
Everyone interacting in the Sudoku App project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.