Select challenge made to understand the basics of useState and useEffect
Clone the project
git clone https://github.com/ReactChallenges/select-challenge-jGo to the project directory
cd select-challenge-jInstall dependencies
npm installStart the server
npm run dev· NextJs (13.5.6)
· TailwindCSS (3)
- Make the component client sided
- Make use of
useState() - Make use of
useEffect() - On select change, render a text containing the new selected car 1s after the change.
