Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ILoveJava

A free, open source, interactive platform for learning Java - lessons, exercises, playgrounds, quizzes, projects, and interview prep, built to run entirely in your browser.

Status: engineering foundation. No lessons or Java content yet - see ROADMAP.md.

Live: https://ilovejava.spacesdrive.cc (also at https://ilovejava.pages.dev). Deploys automatically on push to main via .github/workflows/deploy.yml - see docs/cloudflare/OVERVIEW.md.

Why browser-first

ILoveJava executes locally whenever possible: no account, no server round-trip to read a lesson, works offline once cached. The one open question is Java code execution, which has no mainstream in-browser runtime - see src/engines/playground-engine and docs/decisions. Everything else - progress, settings, search - is designed to work without a backend. Full rationale in docs/architecture.

Tech stack

React 19 · TypeScript · Vite · React Router · Tailwind CSS v4 · shadcn/ui · Framer Motion · Vitest · Playwright · pnpm

Getting started

pnpm install
pnpm dev
Command Purpose
pnpm dev Start the dev server
pnpm build Type-check and build for production
pnpm preview Preview the production build
pnpm typecheck Type-check without emitting
pnpm lint Lint with ESLint
pnpm lint:fix Lint and auto-fix
pnpm format Format with Prettier
pnpm format:check Check formatting without writing
pnpm test Run unit/component tests (Vitest)
pnpm test:watch Run unit tests in watch mode
pnpm test:e2e Run end-to-end tests (Playwright)

Documentation

Start at docs/index.md. CLAUDE.md is the entry point for AI-assisted work in this repo.

Contributing

See CONTRIBUTING.md. Please also read CODE_OF_CONDUCT.md and SECURITY.md.

License

MIT

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages