If you have any questions that go beyond the scope of this documentation, we encourage you to reach out to us by email or through my page.

Support Email: codebucks007@gmail.com

Zoric is a highly versatile and modern Startup Landing Page Template designed for easy customization. With its responsive layout and Bootstrap v5.3.0 framework, it 6 unique home page variations. Your users will be delighted by the clean, beautiful design, which provides a seamless and engaging user experience (UX). Whether you want to make minor tweaks or completely personalize it, Zoric allows for effortless customization to suit your specific requirements.

Please don't hesitate to reach out to me if you have any questions or feedback. I'm here to assist you and would be happy to address any inquiries or suggestions you may have.

I have meticulously adhered to industry standards and employed a modular structure during the development of the theme. The following sections provide a comprehensive overview of the theme's file and folder structure, as well as the organization of HTML files and integration of plugins.

File & Folder Structure



├── React files
├── public
├── src/
│       ├── assets
|	 	├── css
│       │       ├── fonts
│       │       ├── images
│       │       └── scss
│       ├── components
│       │       └── All the common files.
│       ├── Layout
│       ├── pages
│       ├── Routes // all the routes.
│       ├── App.js
│       └── index.js
├── package.json
├── .env
└── yarn.lock
   

React Structure


															
import React from 'react';
import Route from "./Routes/routeIndex";	

//import Custom Style scss
import "./assets/scss/theme.scss";
															
function App() {
  return (
    <React.Fragment>
    	<Route />
    </React.Fragment>
    );
  }
															
export default App;

														
														

CSS


Files are explained below:

File Description
bootstrap.min.css Zoric uses the bootstrap v5.3.0. The core bootstrap file is being used in all the pages.
style.min.css This file is containing all common styles for all the pages.

We've used the following resources as listed. These are some awesome creation and we are thankful to the community.

Thank you once again for your purchase. I am dedicated to providing excellent support and addressing any questions you may have regarding the theme. If you have any suggestions or feature requests, please don't hesitate to reach out to me. I will gladly consider implementing them and including them in future updates to enhance the theme's functionality.

Stay Awesome!

- Codebucks

Version 1.1.0     25 July 2023

  • Updated Bootstrap Version 5.3.0
  • Minor Issues Fixed

© Zoric - Design by Codebucks. .