Simple and efficient user management system built with React and TypeScript.
- User CRUD operations with validation
- Redux state management
- Material UI components
- Responsive design
- Toast notifications
- Comprehensive test coverage
- GitHub Pages deployment
# Clone repository
git clone https://github.com/andrii-rykal/user-management-app.git
cd user-management-app
# Install dependencies
npm install
# Start development server
npm run dev
# Run tests
npm test
# Deploy to GitHub Pages
npm run deploy