JustGo Mobility Admin Dashboard is a web-based admin interface built with React and Tailwind CSS. It provides a robust foundation for managing and monitoring various administrative tasks and data.
- Dashboard Overview: Summarizes key metrics and data.
- User Management: Manage user profiles, roles, and permissions.
- Analytics: Visualize data through charts and graphs.
- Responsive Design: Optimized for both desktop and mobile devices.
- Clone the repository
git clone https://github.com/Okuro3499/gari_admin_dashboard.git
cd gari_admin_dashboard
- Install Dependencies
npm install
- Run the Development Server
npm start
- Open http://localhost:3000 to view it in your browser.
- npm start : Runs the app in development mode.
- npm test: Launches the test runner.
- npm run build: Builds the app for production.
- npm run eject: Ejects the app configuration.