React frontend for AuthStart - A modern authentication system with role-based access control.
- React 19 - UI library
- Vite - Build tool
- Material-UI (MUI) - Component library
- React Router - Navigation
- Axios - HTTP client
cd /Users/rcastro/Developer/Root/AuthStart/AuthWebApp
npm installnpm run devnpm run buildAuthWebApp/
├── src/
│ ├── components/ # Reusable components
│ ├── pages/ # Page components
│ ├── hooks/ # Custom hooks
│ ├── services/ # API services
│ ├── context/ # React context
│ ├── theme/ # MUI theme config
│ └── App.jsx
├── public/
└── package.json
Connects to AuthStart Laravel API at http://127.0.0.1:8000/api
- Login/Authentication
- Dashboard
- User Management
- Role Management
- Settings
- Dark/Light mode
Raúl Castro - raulcastro