SpellWell is a spelling application designed for students, teachers, and parents / guardians. https://spellwell.cyclic.app/
Users who login as students will be able to view, take, and get the results of spelling tests added by their teacher. Teachers will be able to create new tests, and access the results for all their students. Parents / Guardians will be able to access the test results of their child(ren).
Each test, the spelling word is spoken aloud, and the student inputs the correct spelling. Once submitted the test is graded and incorrect words are displayed. Grades and attempts of each test are stored for review.
Watch this demo of SpellWell on YouTube - https://youtu.be/4nWote_Qz0g
Users may use these sample logins for a demonstration of the SpellWell app.
Sample Email | Sample Password | Description |
---|---|---|
[email protected] | teacherPassword | Teacher Demo |
[email protected] | studentPassword | Student Demo |
[email protected] | parentPassword | Parent Demo |
Students can be added to the sample teacher by using Class ID: 200.
npm install
- Create a
.env
file in config folder and add the following askey = value
- PORT = (can be any port example: 3000)
- DB_STRING =
your database URI
npm start
- Add Gradebook pg for all test taken by selected student
- Update format and styling
- Refactor (DRY) code
- Add review words as challenge words on subsequent tests
- Add spelling games