Compilation of React Hooks and Forms exercises from appacademy.io
React Hooks provide a modern and more concise way to manage state and side effects in functional components, replacing the need for class components in many cases. By understanding React Hooks, developers can write cleaner, more efficient code, and leverage the full power of React's functional paradigm. Additionally, learning how to handle forms in React is crucial for building interactive and data-driven applications. Managing form input, validation, and submission efficiently is vital for creating a seamless user experience.
To install any dependencies, run:
npm install
Every folder that consist of test folder can run unit tests with mocha and chai, you can run the following command:
npm test
Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git
Tenzies Game
🔗 https://tenzies-robin-dc.vercel.app/
🐱 https://github.com/robin-dc/Tenzies.git
Github User Searcher
🔗 https://github-usearch.vercel.app/
🐱 https://github.com/robin-dc/Github-User-Searcher.git
RECIPE.app
🔗 https://favoriterecipes.vercel.app/
🐱 https://github.com/robin-dc/RECIPE.app.git