/spellingtest

A spelling test written in React and Node

Primary LanguageJavaScript

Spelling test

This is a spelling test written in react. To begin, press start to take a test from a given list of the 300 hardest SAT words. Main menu screenshot After your test is rendered, press the audio icon to hear a pronunciation of each word from the Webster Dictionary API. test screen You can try this out on my site.


The front end is written in React, and the get requests are handled with the new browser Fetch API. The REST server is Node/Express.