A simple React web app with a dynamic header, rainbow color picker, and interactive counters.
Check out the app here: https://react-sandbox1.netlify.app/
src
├── App.jsx
├── components
│ ├── IncrementButton.jsx
│ └── MyFavouriteColor.jsx
├── index.css
├── main.jsx
└── pages
└── Home.jsx