React Dojo is an interactive reference for React. Each concept comes with a focused explanation, a live playground where you can edit and run code directly in the browser, and real coding exercises — no shortcuts, just practice.
# Clone the repo
git clone https://github.com/drbarzaga/react-dojo.git
cd react-dojo
# Install dependencies
bun install
# Start the dev server
bun devOpen http://localhost:3000 in your browser.
# Build for production
bun run build
# Start production server
bun startContributions are welcome. If you find a bug or want to add a concept, exercise, or quiz:
- Fork the repository
- Create a branch:
git checkout -b feat/my-feature - Make your changes and commit
- Open a pull request
For bugs or ideas, open an issue.
MIT - created by Dayan Perez
