Lightweight Interactive JavaScript learning platform with code editor.
Test it out here at https://js-sensei-lite.vercel.app/!
First, install the dependencies:
npm install
Then, run the development server:
npm run dev
Open http://localhost:8000 with your browser to see the result!
app/- Next.js App Router pages and layoutscomponents/- React componentsCodeEditor.tsx- Interactive code editor componentui/- UI components (shadcn/ui style)
lib/- Utility functionspublic/- Static assets
- Interactive JavaScript code editor
- Real-time code execution
- Console output capture
- Modern UI with Tailwind CSS