Skip to content

addamant-team/addamant-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Addamant code basic concepts & examples

⁉️ how to use it ?

📂 backend

This section contains examples related to the Laravel framework, so you can see the way we use the basic MVC concept here.

✔️ Strict Models with all-methods annotation
✔️ We use fractal transformers for API endpoints
✔️ Policies for auth
✔️ Validate -> Call Abstract action -> Response - our approach to designing Controllers

♻️ We use SOLID for architecture design to ensure our applications are scalable and maintainable

📂 frontend

This section contains examples of our frontend code using React.

We use many tools, but choose the right stack based on the task. We use functional programming and follow SOLID, DRY, and KISS patterns. If you want to know more. Here is what we use to build our apps

🎩 React / Next
🪄 Redux for serving client data
🌐 React-query for serving server data
🍇 SCSS modules for style handling
📱 All of our apps supports adaptive / responsive markup and looks good in all of modern browsers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published