Skip to content

drbarzaga/react-dojo

Repository files navigation

React Dojo

Simple way to learn React: read, edit, run.


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.


Installation

# Clone the repo
git clone https://github.com/drbarzaga/react-dojo.git
cd react-dojo

# Install dependencies
bun install

# Start the dev server
bun dev

Open http://localhost:3000 in your browser.

# Build for production
bun run build

# Start production server
bun start

Contribute

Contributions are welcome. If you find a bug or want to add a concept, exercise, or quiz:

  1. Fork the repository
  2. Create a branch: git checkout -b feat/my-feature
  3. Make your changes and commit
  4. Open a pull request

For bugs or ideas, open an issue.


All Thanks To Our Contributors


Star History

Star History Chart

License

MIT - created by Dayan Perez


About

Simple way to learn React: read, edit, run.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors