A React user management application featuring CRUD operations, user status control, sorting, dark mode, form validation, and localStorage persistence.
- Create users
- Edit users
- Delete users
- Activate and deactivate users
- Sort users by name
- Sort users by age
- Form validation
- Dark mode
- Data persistence with localStorage
- Responsive design
- React
- JavaScript
- React Router DOM
- CSS
- useState
- useEffect
- localStorage
Clone the repository:
git clone https://github.com/Nathan-Ribeiro-de-Souza/people-flow-react.gitNavigate to the project folder:
cd people-flow-reactInstall dependencies:
npm installStart the development server:
npm run devsrc/
├── components/
│ ├── About.jsx
│ ├── Home.jsx
│ ├── Navbar.jsx
│ └── Users.jsx
├── App.jsx
└── index.css
Nathan Ribeiro de Souza