https://github.com/aminagr/react-laravel-dashboard-template
A full-stack dashboard template built with React, Laravel API, and styled with Tailwind CSS.
https://github.com/aminagr/react-laravel-dashboard-template
dasbhoard-template laravel laravel-api laravel-dashboard react react-dashboard reactjs
Last synced: about 1 month ago
JSON representation
A full-stack dashboard template built with React, Laravel API, and styled with Tailwind CSS.
- Host: GitHub
- URL: https://github.com/aminagr/react-laravel-dashboard-template
- Owner: aminagr
- Created: 2024-11-30T13:07:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T13:32:29.000Z (5 months ago)
- Last Synced: 2025-01-29T02:58:45.667Z (3 months ago)
- Topics: dasbhoard-template, laravel, laravel-api, laravel-dashboard, react, react-dashboard, reactjs
- Language: JavaScript
- Homepage:
- Size: 823 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React & Laravel Full-Stack Dashboard Template
This full-stack dashboard template is built with **React** for the frontend, **Vite** for fast development, **Laravel** for the API backend, and styled using **Tailwind CSS**.
This template is designed to be **responsive**, **customizable**, and **easy to extend**. It provides a simple layout structure for quickly building a dashboard application with all the necessary features.## Features
- 🖥️ **Frontend**: Built with React and Tailwind CSS for a modern and responsive UI.
- 🌐 **Backend**: Powered by Laravel API for robust and scalable server-side functionality.
- 🎨 **Styling**: Customizable design using Tailwind CSS.
- 🔗 **API Integration**: Smooth interaction between frontend and backend.
- 📦 Ready to extend for production-grade projects.## Screenshots





## Installation
```bash
git clone https://github.com/aminagr/react-laravel-dashboard-template.git
cd react-laravel-dashboard-template
cd dashboard-frontend
npm install
npm run dev
cd dashboard-backend
composer install
php artisan serve
```
## ContributingFeel free to fork this repository, open issues, or submit pull requests. Contributions are always welcome!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.