Skip to content

Lightweight project, calculates cronbach's alpha value via file inputs (.xlsx .csv .xls) or manually inputting data in UI

License

Notifications You must be signed in to change notification settings

usergaia/cronbach-calc

Repository files navigation

Cronbach's Alpha Calculator

A lightweight web app tool to calculate Cronbach's alpha (α) that accepts CSV, XLSX, and XLS files.

comparison image

Check it out: https://cronbach-calc.vercel.app/

Supported File Extensions

  • XLSX / XLS
  • CSV

Features

  • Input Modification - Edit and adjust data from file uploads or manual input
  • Formula Breakdown - View step-by-step calculation process
  • Statistical Analysis - Detailed variance and mean calculations

Built with

  • React JS + Vite (SWC)
  • TailwindCSS

TODO

  • better table navigation for large datasets to improve ux
  • other reliability assessment methods (?)

Validation

Verified against existing calculators and references for accuracy testing.

Sample input file. The header row is intentionally included to simulate an error; remove it to retain only the raw data.

Notes

I built this project mainly to learn my way around web frameworks. It gave me plenty of practice with JavaScript basics, TailwindCSS, formatting tools like eslint/prettier, SEO/meta tag setup, and platform deployment. I also discovered react-icons - a really nice little gem.

Send your feedbacks here.

Credits

About

Lightweight project, calculates cronbach's alpha value via file inputs (.xlsx .csv .xls) or manually inputting data in UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published