This project repo is my personal note from learning one of Brad Traversy's course on udemy, you can checkout the course through this link (https://www.udemy.com/course/react-front-to-back-2022)
I have learn many things from the course, like:
In this section I learn how to built feedback app, by submiting feedback form that send review text and rating, also I learn how to use simple framer-motion for the animation, create form validation, making defaultProps, and validating props type by using (import PropTypes from 'prop-types')
In this section I learn how to built simple finder app, using third part API from github, built an UI with tailwindcss and daisyUI, also learn how to use react-router-dom v6, context, and reducer for state management in React.