ByMeklit Help

Category: Help Section


ByMeklit Help

Project Details

I developed the Help Section for ByMeklit.shop using SvelteKit with the latest Svelte 5 syntax, creating a responsive and modern interface styled with Tailwind CSS. The backend is powered by Drizzle ORM with MySQL, allowing efficient management of help articles. The system includes a full dashboard where administrators can add, edit, and delete articles using a rich text editor, as well as send professional emails directly from the platform. This project demonstrates my ability to build a full-stack solution that combines modern frontend design, reliable backend architecture, and practical administrative tools in a cohesive and scalable way.

Technologies Used

Svelte
HTML5
CSS
JavaScript
TypeScript
Drizzle
MySQL

Project Screenshots

Desktop Screenshot for ByMeklit HelpDesktop Screenshot for ByMeklit HelpDesktop Screenshot for ByMeklit Help
Mobile Screenshot for ByMeklit HelpMobile Screenshot for ByMeklit HelpMobile Screenshot for ByMeklit Help
Back to Projects
const visitor = "Const Visitor";
export default function() {}
if (visitor) { console.log("Welcome to my site"); }
const sum = (a,b) => a + b;
function should(){ return "You should hire me"}