https://github.com/lamualfa/fortius
Fortius excercise using Laravel & React.js
https://github.com/lamualfa/fortius
ibm-carbon laravel mysql nextjs nodejs php reactjs tailwindcss typescript
Last synced: 4 months ago
JSON representation
Fortius excercise using Laravel & React.js
- Host: GitHub
- URL: https://github.com/lamualfa/fortius
- Owner: lamualfa
- Created: 2024-01-17T12:24:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T21:40:34.000Z (over 1 year ago)
- Last Synced: 2025-01-01T04:52:55.985Z (6 months ago)
- Topics: ibm-carbon, laravel, mysql, nextjs, nodejs, php, reactjs, tailwindcss, typescript
- Language: PHP
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Fortius Exercise
## Features
- 🗝️ Granular permissions for Authorization using [Laravel Permission](https://github.com/spatie/laravel-permission)
- ⚡ Progressive UI using [React Server Component](https://nextjs.org/docs/app/building-your-application/rendering/server-components) & [Suspense](https://react.dev/reference/react/Suspense)
- 🌗 Light & Dark mode for Admin Panel using [Nextjs Themes](https://github.com/react18-tools/nextjs-themes)
- 🛣️ Seamless API Integration using Laravel [Passport](https://laravel.com/docs/10.x/passport) & [ky](https://github.com/sindresorhus/ky)
- 🏙️ Enterprise-level Admin Panel using [IBM Carbon](https://carbondesignsystem.com/)
## Structures
| Folder | Description |
| -------------------------------------------- | ------------------------------------------------------- |
| [apps/api](apps/api/readme.md) | API Server using Laravel 10 |
| [apps/backoffice](apps/backoffice/readme.md) | Admin Panel using Next.js 14 (React.js) |
| [docs/api](docs/api/readme.md) | API Collection using [Bruno](https://www.usebruno.com/) |
## Overview
### Sign In Page
![]()
![]()
### Summary Page
![]()
![]()
### User Page
![]()
![]()
### Progressive UI
[Screencast from 2024-01-20 01-50-30.webm](https://github.com/lamualfa/fortius/assets/39755201/e116347b-ddf4-452f-926e-4a8b41812cab)

Written from scratch by [@lamualfa](https://lamualfa.co/)