Being a proficient reader by the 3rd grade is important milestone for students. 3rd grade is the time when students transition from learning to read - to reading to learn. For students from low-income communities often don’t have access to enough books at home to spend the time with books that they need to become readers. The Obama administration started an initiative to access the publishing rights to open thousands of books to be free and open for students in Title 1 schools (low-income communities). With the administration change, I wanted to contribute open-source code to the project that is geared towards younger readers. Also students in younger grades who are just learning to read don’t just need titles, they need help with reading and to get regular feedback on their reading to become strong readers.
ReadToMe is an app the contains a bookshelf for young readers and allows them to get feedback about how they are reading aloud. Readers can select a book and read. They can also record themselves reading and get feedback about how accurate their reading matched the selected text. ReadToMe is a javascript application built with React, Redux and Router and utizlizes the Watson Natural Language Api for transcription. I also built a node.js express server and websocket for real-time audio streaming. I am in the process of user and A/B testing with a 3rd grade classroom in Denver to refine the user experience, feedback about reading, and point system for young readers.
Clone down repo and run npm install
Clone down node.js express backend and run on a separate port: https://github.com/wagasky/expressBackend
Made with Create React App


