This project is a UI/UX generator that allows users to create customizable templates for various UI components. Users can select options such as template name, UI type, category, color, theme, and background image. The generated templates are saved in a database and can be viewed, searched, and deleted through an admin interface.
- Generate customizable UI/UX templates.
- Options for template name, UI type, category (Dashboard, Calendar, Messenger), color, theme (light/dark), and background image.
- Interactive calendar preview for the Calendar category.
- View all generated templates with thumbnails.
- Search templates by name.
- Delete individual templates.
- Clear all templates from the database.
- Node.js (v14.x or higher)
- npm (v6.x or higher)
- SQLite3
-
Unzip the Project Folder:
Download the zipped project folder and unzip it to your desired location.
-
Install Node.js and npm:
Ensure you have Node.js and npm installed on your machine. You can download them from Node.js official website.
-
Install Project Dependencies:
Open a terminal and navigate to the project directory where
package.jsonis located. Then, run:npm install