Git Product home page Git Product logo

qurandl's Introduction

💫 About Me:

Hi there ✋, I am a back-end developer with experience in PHP and Python programming languages. I have been coding for 7 years and have a strong understanding of web development. I work remotely as a freelance developer and I'm always seeking new opportunities to enhance my skills and knowledge. If you would like to work together, please feel free to contact me at [email protected].
Instagram Twitter YouTube

📊 GitHub Stats:



🏆 GitHub Trophies


qurandl's People

Contributors

abdollahashrafi avatar edrisranjbar avatar imranertaza avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

imranertaza

qurandl's Issues

live search

Filter recitors based on their names just by typing part or all of their names in the text field and we should get the result right away.
for now we just keep it simple and straight so just search within the DOM.

Display Qaris

create a page for displaying all Qaris. it should contain a table for listing, live search box and we should be able to sort by clicking on table headers. also pagination and item per page limitation options are required.

📝 TODO:

  • Create a static file for Qaris in public directory and write your codes there
  • Add data table library and its dependencies (for searching, pagination and sorting table)
  • Add delete confirmation modal for deleting a Qari
  • Style data table options for bs5 (pagination, select option, header columns and empty state for not found record)

TABLE HEADER

here's items which need to be displayed in table:

  • Row
  • Qari's name
  • Sourahs count
  • Views
  • Action buttons (Edit, Delete and Show)

👍 HELPER:

  1. Use DataTable js library (depends on JQuery) or use another kind of library
  2. Use bootstrap modal for confirmation:
<div class="modal show" id="defaultModal" tabindex="-1">
    <div class="modal-dialog modal-dialog-centered modal-sm">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">حذف قاری</h5>
            </div>
            <div class="modal-body">مطمئنید می&zwnj;خواهید قاری مورد نظر حذف شود؟</div>
            <div class="modal-footer">
                <button type="button" class="btn btn-light">خیر، منصرف شدم</button>
                <a href="#" class="btn btn-danger">بله، حذف کن</a>
            </div>
        </div>
    </div>
</div>

Jazakallahu Khayraa @AbdollahAshrafi 🙏

fix data table count bar

when "show all" is selected from the pagination selector the count bar shows NaN instead of the row count

php artisan db:seed is not working

Hi
After installing and migrating the database, when I run the command php artisan db:seed, it does run the AdminSeeder that is already created. When I run this command, all the existing seeders should run properly.
Need to add existing seeder to **DatabaseSeeder** seeder.
Thank you

header navbar (menu + logo)

Display the menu navbar on header in a <nav> tag and make it fully responsive. in mobile we must have humberger menu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.