Skip to content

Chingu-Dolphins-3/Break-n-Score

Repository files navigation

9ball Scoring App

code style: prettier Wallaby.js

This is Chingu-Dolphins-3's project creating a scoring app for 9ball using APA rules.

Tech Stacks

Front-End:

DevOps:

  • GitHub
  • npm
  • create-react-app (react-scripts-ts version)

Contributing

Once the project is finished, we will welcome pull requests from other contributors. Found an issue or want to add a feature? Please submit an issue.

Contributors
Will Hurley

Prerequisites

Prerequisite Version
Node.js ^8.9.2
npm (comes with Node) ^6.4.1
create-react-app ^1.3.0

Updating to the latest releases is recommended.

If you have already installed Node.js in your system, then run the following command to validate the versions.

node -v
npm -v

If your versions are lower than suggested, you should update to avoid any errors.

To install dependencies:

npm install

Repo Structure

  • public/index.html: the page template
  • src/index.tsx: the TypeScript entry point, React is rendered into DOM here, Redux store is configured, and Redux is connected to React.
  • src/components: All React components are defined here. App.tsx is the top-level component.
  • src/index.css: Global styles

Making your Contribution

Coming Soon

Wallaby.js

Wallaby.js

This repository's contributors are welcome to use Wallaby.js OSS License to get test results immediately as you type, and see the results in your editor right next to your code.

About

React app to score 9-ball using APA rules

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages