Overview
LUK3D INTERACTIVE CONSTRUCTOR (LIC) is an interactive web page builder developed by LUK3D. Its main objective is to create the front-end of your website quickly and easily. It can be integrated with Okyhub, a API generator, to simultaneously create the front-end and back-end without much complexity.
Features
- Quick and simple front-end website creation
- Integration with Okyhub for simultaneous front-end and back-end creation
- UI examples created with LIC
- Login form with added attributes and customization options
- Dark mode and CSS variables support
- Unique identifiers for each element in the project
- Drag and drop functionality for the top menu
- Synchronization of outline hierarchy with workspace
Installation
To start the project, you need a server. Follow the instructions below based on your server setup:
Using Live Server extension on VSCode:
- Install the Live Server extension on VSCode.
- Open the project folder in VSCode.
- Right-click on the HTML file and select “Open with Live Server”.
Using a PHP server:
- If you have PHP installed on your machine, open the project folder in the command line.
- Type “php -S localhost:2121” and press Enter.
- Open your browser and navigate to “http://localhost:2121”.
Summary
LUK3D INTERACTIVE CONSTRUCTOR is an interactive web page builder that aims to simplify the process of creating the front-end of a website. It offers features such as integration with an API generator, customization options for UI elements, and a drag and drop menu. The installation process is straightforward, allowing users to quickly start their projects using either a Live Server extension on VSCode or a PHP server. With its user-friendly interface and various features, LIC is a valuable tool for web developers.