Skip to content

raulcastro/auth_start_web_app_react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthWebApp

React frontend for AuthStart - A modern authentication system with role-based access control.

🚀 Technologies

  • React 19 - UI library
  • Vite - Build tool
  • Material-UI (MUI) - Component library
  • React Router - Navigation
  • Axios - HTTP client

📦 Installation

cd /Users/rcastro/Developer/Root/AuthStart/AuthWebApp
npm install

🔧 Development

npm run dev

Open http://localhost:5173

🏗️ Build

npm run build

📁 Project Structure

AuthWebApp/
├── 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

🔗 API Connection

Connects to AuthStart Laravel API at http://127.0.0.1:8000/api

📝 Features (Planned)

  • Login/Authentication
  • Dashboard
  • User Management
  • Role Management
  • Settings
  • Dark/Light mode

👨‍💻 Author

Raúl Castro - raulcastro

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors