Skip to content

tanishqapatil/NeuroRead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyslexia Learning Platform (MVP)

This repository contains the MVP foundation for a Dyslexia Learning Platform.

Current Scope

  • Backend: Implemented (Node.js + Express + MongoDB)
  • Frontend: Professional folder structure only (no UI code yet)

Documentation

Quick Start

cd backend
cp .env.example .env
npm install
npm run seed
npm run dev

Health check:

curl http://localhost:5000/health

Content model clarification

For the current MVP, games/questions are predefined backend content (not student-created). Seed default game content with:

cd backend
npm run seed

About

NeuroRead is a gamified web application designed to support students with dyslexia by making learning more engaging and accessible. Built using Node.js, Express, and MongoDB, the platform offers interactive mini-games that help improve reading, recognition, and comprehension skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors