SentiX is an interactive English-learning app using videos and subtitles. Users can upload videos or use URLs, get automatic subtitle extraction, learn vocabulary with quizzes, and improve language skills through immersive practice.
0
stars
7
commits
JavaScript
primary language
Nov 10, 2025
updated
This repository contains a starter scaffold for SentiX: a web app to learn English through movies and videos.
Structure
What's included
/client/src/firebase.js) — replace keys as needed./api/explain and /api/chat stubs to wire AI later.How to run (locally)
cd sentix/server
npm install
npm run dev
cd sentix/client
npm install
npm start
Notes
/server/api/explain, and add Firestore interactions.7 commits
JavaScript
79.1%
Python
19.5%
SentiX is an interactive English-learning app using videos and subtitles. Users can upload videos or use URLs, get automatic subtitle extraction, learn vocabulary with quizzes, and improve language skills through immersive practice.
0
stars
7
commits
JavaScript
primary language
Nov 10, 2025
updated
This repository contains a starter scaffold for SentiX: a web app to learn English through movies and videos.
Structure
What's included
/client/src/firebase.js) — replace keys as needed./api/explain and /api/chat stubs to wire AI later.How to run (locally)
cd sentix/server
npm install
npm run dev
cd sentix/client
npm install
npm start
Notes
/server/api/explain, and add Firestore interactions.7 commits
JavaScript
79.1%
Python
19.5%