Skip to content

SK360/scca_classifier

 
 

Repository files navigation

scca_classifier

SCCA Rules Visual Aid and Classifier

Hosted at https://www.scca-classifier.com

Build Status

Build Status

The idea behind this project is to make it easy to understand the SCCA Classifications rules. Focusing mainly on Solo (Autocross) classifications in the beginning. Initial thought is a turbo tax-esque interface that asks a series of questions and tries to determine your class based on the answers. Also, an interactive visual representation of the classes might be useful. The intention is to initially write a web application and then write a mobile application.

Project Goals

  • Completely static site, no backend server/API calls
  • Written in vanilla HTML5, CSS, and Javascript - no heavy web frameworks (mainly so I can learn web development)
  • Is responsive so that it works seamlessly on mobile and desktop
  • To simplify the SCCA rules so that anyone can answer a series of questions about their car and know which class or classes they are eligible to compete in

Local Development

To run this project locally, simply start a local webserver to host the files. I prefer this simple python server.

python -m http.server

Rules

Current iteration of rules: https://www.scca.com/downloads/53335-2021-scca-solo-rule-book/download

About

SCCA Rules Visual Aid and Classifier

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.3%
  • JavaScript 48.6%
  • CSS 1.3%
  • Other 0.8%