- Frontend(BS_4/BS_5)
- src
- app
- (Mainbody) // Content all main Pages
- home // Your complete theme page will
call from here
- hotels // This is hotel menu
- classic // This is menu
item
- minimal //As if setting
additional pages
- vector
- other menu routes
- layout.tsx
- page.tsx
- api
- hotel // Setup of your api path
- route.ts
//setup
get api
- db.json
//Hotel
page related data json
- Cab // like vise add your all the api
with json data
- route.ts
//setup
get api
- db.json
//Hotel
page related data json
- i18n
- locales // Setup of your i18n language
json and configuration
- ar
//set your all the
translate words
- en
- es
- fr
- i18n-context.ts
- server.ts
- settings.ts
- components // all the inner pages set this folder
- constant // all the contant set here
- data // all the common json data set here
- layouts // common layout structure like header
,footer ,menu
- redux-toolkit // all the logic and api call set
here
- utils // all HOC and service set here
- middleware.ts // default and lang
setup
- public
- assets
- fonts
- images
- scss
- font-awesome
- theme
- _menu.scss
-
_price-range.scss
-
_responsive.scss
- _rtl.scss
- _style.scss
-
_theme-dark.scss
- _variables.scss
- other scss files
- video
- globals.scss