Ebsar Frontend (React) 🌐 Live App
This is the frontend for the Ebsar Book Management System, developed using React.js. It connects to a Laravel backend via RESTful APIs to manage and present library data to users, with support for users with special needs to listen to books.
- React.js
- Axios
- React Router
- JWT Authentication
- Bootstrap
- Deployed on Vercel
git clone https://github.com/your-username/ebsar-frontend.git
cd ebsar-frontendnpm installREACT_APP_API_URL=http://localhost:8000/apinpm startFrontend will be available at:
http://localhost:3000
username: bola-nabil
password: password
- JWT-based login/auth system
- Token stored in localStorage
- Protected routes and auto-redirect for unauthenticated users
- The frontend is deployed on Vercel
- Automatically builds and deploys from GitHub
- Ensure the Laravel backend is running and accessible at the URL set in
REACT_APP_API_URL - Use Postman to test the backend API
- CORS must be enabled for
http://localhost:3000or deployed domain
Built with ❤️ by [Bola Nabil]