Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 895 Bytes

File metadata and controls

40 lines (29 loc) · 895 Bytes

Contributing

Thanks for your interest in contributing! This is a beginner-friendly demo project.

Getting Started

git clone https://github.com/truongnat/example-react.git
cd example-react
npm install
npm run dev

How to Contribute

  1. Fork this repo
  2. Create a branch: git checkout -b feature/your-idea
  3. Make your changes
  4. Commit: git commit -m "feat: your description"
  5. Push: git push origin feature/your-idea
  6. Open a Pull Request against main

Ideas for Contributions

  • 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

Code Style

  • TypeScript strict mode
  • Tailwind CSS for styling
  • Shadcn/ui for components
  • Follow existing file/component patterns

Questions?

Open an issue — happy to help!