An open API service indexing awesome lists of open source software.

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

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)

![hr](https://user-images.githubusercontent.com/39755201/159233055-3bd55a37-7284-46ad-b759-5ab0c13b3828.png)

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