Skip to content

sesamechicken/spelling-buddy

Repository files navigation

Spelling Buddy

React Coverage Status

Spelling Buddy is a simple React app to help people learn to spell.

Users will be able to load desired words, and have the app speak the word for them to enter into a text field. Score and words missed are displayed at the end.


Usage

yarn dev // Local development
yarn build // Building the project for prod
yarn test // Run all unit tests
yarn lint // Lint the project

Contributing

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 and create tests as appropriate.

Thanks!