A simple repository to learn and experiment with React and with mini projects.
- Node.js (LTS recommended)
- npm (or yarn/pnpm)
- Install dependencies:
npm install
- Start the development server (use the one that exists in package.json):
npm run dev # e.g., Vite/Next/etc.
Replace the image paths with your actual files.
| 04-props | 05-bgChanger | 06-PasswordGenrator |
|---|---|---|
![]() |
![]() |
![]() |
| Creating Componets Using Props | Background Changer | Password Genrator |
- React Docs: https://react.dev/
- Vite Docs (if used): https://vitejs.dev/guide/
- Create React App Docs (if used): https://create-react-app.dev/docs/getting-started/


