If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via my page.

Wozia is fully responsive minimal template specifically built for agencies, shop, store and personal website. It can be used to build a perfect website for any agency business, creative agencies, architecture, designer, photographers, personal etc. It’s minimal design with super simple code gives all flexibility to develop to build a great website. Also available in dark version mode.

Please feel free to get back to me in case if you are having any question or feedback.

The zip file contains all js files integrated with Wozia, however you need to perform following steps to run project locally.

 yarn  
Note : Make sure this all installation process is done in command prompt.

After Completion of installation Run following command in command promt to run project on http://localhost:3000

yarn start

I have tried to follow the standards and modular structure while developing the theme. Following sections are explaining the theme File & Folder, structure, html file struture and plugins.

File & Folder Structure


	├── public
		├── css
		├── favicon.ico
		├── index.html
		├── manifest.json
		├── robots.txt
	├── src
	   ├── assets
	   ├── components // Added Common components
	   ├── Layout
		  ├── Footer.tsx
		  ├── index.tsx
		  ├── Navbar.tsx
	   ├── pages // All Layouts folder 
	   ├── Routes 
		  ├── allRoutes.tsx
		  ├── index.tsx
	   ├── App.test.tsx
	   ├── App.tsx
	   ├── index.tsx
	   ├── logo.svg
	   ├── react-app-env.d.ts
	   ├── reportWebVitals.ts
	   ├── setupTests.ts
	├── .gitignore
	├── package.json
	├── README.md
	├── tsconfig.json
	├── yarn.lock
	

App.tsx Structure


CSS


Files are explained below:

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

React


Files are explained below:

File Description
index.tsx This is a main js file.

Dark Version


To have dark mode enabled, replace the reference of style.css stylesheet file to style-dark.css.

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

Once again thank you for your purchase. I'll be happy to answer the the questions you have related to the theme. In case if you have any suggestion or feature, request please feel free to contact me, I'll try to implement it and will release as part of future updates.

Stay Awesome!

- Pichforest

Version 1.1.0     29 Dec 2023

  • Update latest Bootstrap v5.3.2
  • Updated react-router-dom version to v6.21.1.
  • Updated all dependencies package.
  • Fixed Minor issues.

Version 1.0.0     01 Aug 2021

  • Initial released

Copyright © Pichforest