This project is a User Management application built with React and Redux, utilizing Firebase for data storage. It allows users to add, edit, and manage user information, including name, email, and job title (cargo).
- Add new users with their name, email, and job title.
- Edit existing user information.
- Real-time data synchronization with Firebase Realtime Database.
- Form validation using React Hook Form.
- User feedback via toast notifications.
- React: JavaScript library for building user interfaces.
- Redux: State management library for React applications.
- Firebase: Backend-as-a-Service for real-time database capabilities.
- React Hook Form: Library for managing form state and validation.
- React Toastify: Library for displaying notifications.
- TypeScript: Superset of JavaScript for type safety.