Top

Next.js Documentation

Fastkart offers stunning and one-of-a-kind website demos tailored to your grocery, bakery, and online store needs. With Fastkart, you'll find everything you require to craft the ideal website for your business. Fastkart - your all-in-one solution!

Folder Structure

  • Fastkart
    • public
      • assets
        • fonts
        • images
        • scss
        • svg
    • src
      • app
        • [lng]
          • (mainLayout)
            • about-us
            • account
            • auth
            • blogs
            • cart
            • checkout
            • collections
            • compare
            • contact-us
            • faq
            • home
            • offer
            • pages
            • product
            • theme
              • Berlin
                • page.js
              • Berlin
                • page.js
              • Denver
                • page.js
              • Madrid
                • page.js
              • Osaka
                • page.js
              • Paris
                • page.js
              • Rome
                • page.js
              • Tokyo
                • page.js
            • search
            • seller
            • wishlist
            • favicon.ico
            • layout.js
            • not-found.js
            • page.js
          • layout.js
        • api
          • attribute
            • attribute.json
            • route.js
          • blog
            • blog.json
            • route.js
        • i18n
          • locales
            • ar
            • en
            • es
            • fr
          • client.js
          • index.js
          • settings.js
        • globals.css
      • components
        • aboutUs
        • account
        • activeTheme
        • auth
        • berlinTheme
        • blogs
        • cart
        • checkOut
        • collection
        • common
        • compare
        • contactUs
        • denverTheme
        • faq
        • madridTheme
        • offer
        • osakaTheme
        • pages
        • parisTheme
        • productDetails
        • reactstrapFormik
        • romeTheme
        • search
        • seller
        • tokyoTheme
        • wishlist
      • data
        • AboutUs.jsx
        • AccountSidebarMenu.jsx
        • AllCountryCode.jsx
        • CommonPath.jsx
        • Custom.jsx
        • CustomerReview.jsx
        • Footer.jsx
        • HeadersMenu.jsx
        • SliderSettings.jsx
      • elements
        • alert&Modals
          • Modal.js
          • ShowBox.js
        • buttons
          • Btn.js
        • ratioImage
          • index.js
        • Img.js
      • helper
        • accountContext
          • AccountProvider.jsx
          • index.jsx
        • blogContext
          • BlogProvider.jsx
          • index.jsx
        • cartContext
          • CartProvider.jsx
          • index.jsx
        • categoryContext
          • CategoryProvider.jsx
          • index.jsx
        • collectionContext
          • CollectionProvider.jsx
          • index.jsx
        • compareContext
          • CompareProvider.jsx
          • index.jsx
        • currencyContext
          • CurrencyProvider.jsx
          • index.jsx
        • i18NextContext
          • I18NextProvider.jsx
          • index.jsx
        • productContext
          • ProductProvider.jsx
          • index.jsx
        • productIdsContext
          • ProductIdsProvider.jsx
          • index.jsx
        • settingContext
          • SettingProvider.jsx
          • index.jsx
        • themeOptionsContext
          • ThemeOptionsProvider.jsx
          • index.jsx
      • layout
        • footer
        • header
        • loader
        • mobileMenu
        • newsLetter
        • recentPurchase
        • settingBox
        • stickyCart
        • tapTop
        • index.jsx
        • StickyCompare.jsx
        • SubLayout.jsx
      • utils
        • axiosUtils
        • customFunctions
        • hoc
        • hooks
        • validation
        • HeaderScroll.jsx
        • RatioImage.jsx
      • middleware.js
    • jsconfig.json
    • next.config.js
    • package.json