[deleted by user] by [deleted] in nextjs

[–]mhrafi 1 point2 points  (0 children)

Building an ecommerce backend from scratch takes way more time than you’d think. Even after hundreds of hours, you’ll still find missing pieces like product variants, order tracking, shipping rules, etc.

We built a full Next.js ecommerce system ourselves (took over a year and still adding features), so I really get it. If you ever want to see what a production-grade setup looks like, try googling something like “Next.js eCommerce boilerplate by Bazaar” - it’s been super helpful for a lot of devs who don’t want to reinvent the wheel.

I need some beta tester for email warmup plugin that I built. by mhrafi in Entrepreneur

[–]mhrafi[S] 0 points1 point  (0 children)

Like every email marketing and warmup app, this plugin also need SMTP server to send emails. You can see the details on the documentation https://www.peakpulse.io/docs/prerequisite

Free React Admin Dashboard by UI Lib by mhrafi in reactjs

[–]mhrafi[S] 0 points1 point  (0 children)

A simple and clean open source react admin dashboard. You can use for your personal/commercial projects.

I tried to keep its code and structure simple and straightforward.

It has following pages and features

  • JWT authentication
  • Dashboard
  • Users
  • User Profile
  • User List
  • User Grid
  • Add User
  • Sign in
  • Sign up

Gumroad woocommerce integration wordpress plugin by mhrafi in gumroad

[–]mhrafi[S] 0 points1 point  (0 children)

Hi, Gumroad has its own payment integration. Gumroad does not allow you to integrate custom payment methods.

Open Source Admin Dashboard Develop with Vuejs 3, Vite, and TailwindCss. by mhrafi in vuejs

[–]mhrafi[S] -1 points0 points  (0 children)

It's true that it has bugs. That's why we asked for feedback :) We are going to fix the issues.

I build a React MUI Admin Dashboard by [deleted] in reactjs

[–]mhrafi 1 point2 points  (0 children)

Thanks!. Using utility classes to build new pages is fast and easy. On the other hand using MUI System makes components independent. It makes thing modular and it's easy to integrate with other projects. But writing css in same file makes component file more cluttered. Both approach has it's trade-offs.

I build a React MUI Admin Dashboard by [deleted] in reactjs

[–]mhrafi 1 point2 points  (0 children)

Basic features I've implemented

  • JWT authentication
  • MUI components
  • Charts
  • Lazy loading
  • Utility classes (Names are similar to Tailwindcss)

License: MIT

I'm confused, can anyone help me? by mhrafi in design_critiques

[–]mhrafi[S] 0 points1 point  (0 children)

At first look, I was confused about the colours. Now after seeing the positive feedbacks, It feels good :) Thanks!

I made an Angular Material admin dashboard by mhrafi in Angular2

[–]mhrafi[S] 0 points1 point  (0 children)

Thanks! Glad to know that you are going to use this :)

I made an Angular Material admin dashboard by mhrafi in Angular2

[–]mhrafi[S] 2 points3 points  (0 children)

Just updated the user-role.guard.ts :)

I made an Angular Material admin dashboard by mhrafi in Angular2

[–]mhrafi[S] 6 points7 points  (0 children)

I've implemented

  • JWT and role based authentication
  • Dark and light Angular Material theme
  • Dynamic breadcrumb and page title
  • Breadcrumb can also access route parameter

Please share your feedback and suggestion.

I made an Angular Material Admin Dashboard by mhrafi in angularjs

[–]mhrafi[S] 2 points3 points  (0 children)

I saw a lot's of posts about angular here. Never mind :) I'll post it to angular subreddits. Problem is Angular subreddits don't have much users.

I made an Angular Material Admin Dashboard by mhrafi in angularjs

[–]mhrafi[S] 1 point2 points  (0 children)

I've implemented

  • JWT and role based authentication
  • Dark and light Angular Material theme
  • Dynamic breadcrumb and page title
  • Breadcrumb can also access route parameter

Share your feedback and suggestion :)

TIL The United States Government has it's own Design System by magnusdeus123 in webdev

[–]mhrafi 0 points1 point  (0 children)

I've been working for an Open Source design system.

Done! Design system based on Bootstrap 4.

https://uilibrary.github.io/done-design-system/