This app is basically a bunch of basic react hooks and my personal reusable custom hooks. Nevertheless, the useReducer folder has a small TodoApp that might be of your interest, in the rest of the folders I just review the hooks in general...
FrontEnd: HTML, CSS, Bootstrap, Reactjs, React-Router-Dom
To run my app with npm
npm clone https://github.com/LokeshPereiro/react-hooks-and-custom-hooks.git
cd react-hooks-and-custom-hooks
npm install
npm start
To run my app with yarn
yarn clone https://github.com/LokeshPereiro/react-hooks-and-custom-hooks.git
cd react-hooks-and-custom-hooks
yarn
yarn dev
Full Stack Developer based in Galicia (Spain), mainly oriented and passionate about MERN Stack technologies such as MongoDB, Express, Reactjs and Nodejs. My goal is to build a career around the infinite possibilities that web technologies offer to improve people's lives. I love learning, have growth mindset, try to write clean code with best practices as much as possible.