Thanks for your interest in contributing! This is a beginner-friendly demo project.
git clone https://github.com/truongnat/example-react.git
cd example-react
npm install
npm run dev- Fork this repo
- Create a branch:
git checkout -b feature/your-idea - Make your changes
- Commit:
git commit -m "feat: your description" - Push:
git push origin feature/your-idea - Open a Pull Request against
main
- Add a new TanStack library demo (e.g.
@tanstack/react-charts) - Improve accessibility (ARIA labels, keyboard nav)
- Add dark mode support
- Write tests
- Improve mobile responsiveness
- TypeScript strict mode
- Tailwind CSS for styling
- Shadcn/ui for components
- Follow existing file/component patterns
Open an issue — happy to help!