
A user controlling dashboard app developed with React to teach it and other several tools on Youtube.
UserDash is an innovative user dashboard application designed specifically for those looking to enhance their knowledge of React. Developed by Huriel Lopes, this app aims to provide a comprehensive and user-friendly interface for managing and displaying user data efficiently. With its modern features and attractive design, UserDash is perfect for both beginners and experienced developers wanting to delve deeper into React and its associated technologies.
The application leverages the power of various modern tools and frameworks, making it a robust solution for user management. Its emphasis on ease of use and functionality ensures that users can quickly get up to speed and start harnessing the benefits of a well-structured dashboard.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.