The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus.

Overview

mmenu light

The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus with the exact look and feel.
Examples

lightweigh mobile menu

Licence

The mmenu-light plugin is licensed under the CC-BY-4.0 license.

Development

This project uses Gulp(4) to transpile and minify SCSS to CSS. If you are unfamiliar with Gulp, check this tutorial on how to get started.
Run gulp watch in the command-line to put a watch on the files and run all scripts immediately after saving your changes.

Comments
  • IE11 Compatibility

    IE11 Compatibility

    Open the website's homepage and click on the hamburger icon => Nothing happens

    https://www.mmenujs.com/mmenu-light/

    In my own integration the layout is broken. Since this is very urgent for me and I get the feeling the plugin isn't really ready for production, am I right that it's an experimental thing not comparable with mmenu?

    opened by julmot 28
  • Doesn't work in Safari OSX/iOS

    Doesn't work in Safari OSX/iOS

    With a download of todays code - the child <ul> elements overlay the page and elements underneath can't be clicked.

    The same child <ul> appear in the same place in Chrome and FireFox but the problem doesn't happen in those browsers, can still click the elements underneath.

    Example: https://waipalibraries.polycode.co.nz

    bug 
    opened by polycode-nz 13
  • Strange Bug width Chrome an opened submenus

    Strange Bug width Chrome an opened submenus

    In the current Chrome browser there is a bug with the submenus when you navigate to a subcategory and then close and reopen the menu. The submenus are then no longer visible and are shifted to the left. Attached is a screenshot. This can be reproduced with the current download /demo/default.htm

    screen_bug l

    opened by rehm1967 11
  • Changelog

    Changelog

    Where can I find the changelog of the two most recent versions? On the Github releases page, there's no description for the latest change which seems to be quite hughe from a files diff perspective.

    opened by julmot 9
  • Menu

    Menu "flashing" while using back arrow

    The whole menu is flashing blue when using the "back arrow".

    Visible here (need to view it with a Smartphone): https://mmenujs.com/demo/index.html?demo=mmlight

    Open Menu, go down "About us" -> "The Team" Now go back using the arrow on top of the menu -> whole menu flashes blue

    Diffent on the normal mmenu: https://mmenujs.com/demo/index.html?demo=menu-advanced-2

    Go deeper into the menu By going up in the menu, only the arrow is flashing blue.


    Tested on two Android Smartphones.

    opened by Voodoopupp 8
  • Modified touch position breaks website navigation with iOS

    Modified touch position breaks website navigation with iOS

    Since version 2.1.0, I have experienced a strange behaviour on the website: I was unable to follow links in the page. Trying to select some words, I noticed that the selection was much higher than my finger. After having disabled the initialization of the mobile menu, the website worked normally.

    I rolled back to version 2.0.3 and this issue disappeared. Something has been introduced in verison 2.1.0.

    Notes:

    • it is not possible to reproduce this behaviour a desktop browser, you need to use a real device
    • with version 2.0.3, an event handler placed on body doesn't get any click event when I close the menu

    Tested with iOS 12.4, Safari and Firefox browsers

    opened by benoitchantre 7
  • Webpack compatibility

    Webpack compatibility

    import MmenuLight from 'mmenu-light/dist/mmenu-light';
    

    should export the plugin, it should not be necessary to depend on window.MmenuLight.

    There also seems to be an inconsistency between naming dist CSS and JS files (mmenu-light.js vs mmlight.css).

    opened by julmot 7
  • The menu does not close if you click outside the menu.

    The menu does not close if you click outside the menu.

    The menu does not close if you click outside the menu. If you have created two menus on the page, then the last created one closes successfully, the first does not close.

    opened by iiigum 6
  • onClose event handler

    onClose event handler

    It would be useful to have an onClose event handler.

    Use case: the button that shows the menu is a hamburger button icon. I change the state of the hamburger icon animation when the menu is shown, however I need to register an event for when user closes the menu so I can animate the hamburger button back.

    opened by CrazyTim 4
  • Hidden parent menus clickable on Safari 12.1.1 on macOS

    Hidden parent menus clickable on Safari 12.1.1 on macOS

    I set the offcanvas position to 'right' in the default.html demo file, but when I navigate into a child menu, the parent menu with class mm--parent is still clickable, although hidden off to the left. It works fine in Chrome and Firefox.

    In this image I've right-clicked and chosen "Inspect Element" on a hidden parent menu item.

    bug

    bug 
    opened by julian-tr 4
  • Feature Request: Decouple off canvas

    Feature Request: Decouple off canvas

    For this light version of mmenu it would be a great addition to be able to decouple it from the off canvas. I have an existing off canvas and just would like to embed mmenu in a container, so only the actual sliding menu. Off canvas animations etc. are already in place, since I have things to be shown above and beyond the menu itself.

    enhancement 
    opened by julmot 4
  • Bump json5 from 1.0.1 to 1.0.2

    Bump json5 from 1.0.1 to 1.0.2

    Bumps json5 from 1.0.1 to 1.0.2.

    Release notes

    Sourced from json5's releases.

    v1.0.2

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295). This has been backported to v1. (#298)
    Changelog

    Sourced from json5's changelog.

    Unreleased [code, diff]

    v2.2.3 [code, diff]

    v2.2.2 [code, diff]

    • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

    v2.2.1 [code, diff]

    • Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)

    v2.2.0 [code, diff]

    • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

    v2.1.3 [code, diff]

    • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

    v2.1.2 [code, diff]

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump json5 and webpack-stream

    Bump json5 and webpack-stream

    Removes json5. It's no longer used after updating ancestor dependency webpack-stream. These dependencies need to be updated together.

    Removes json5

    Updates webpack-stream from 5.2.1 to 7.0.0

    Commits
    • 30a6da0 v7.0.0
    • c2d19fd semistandard fixes
    • 7805d59 Remove config.watch setting re-introduced from my bad merging
    • 6395f19 Merge branch 'master' of github.com:shama/webpack-stream
    • 7c24e86 Merge pull request #212 from azt3k/master
    • 3fc84f0 Merge branch 'master' into master
    • 027135e Update comments to indicate it works with webpack 4 and 5
    • bb7cd85 Merge branch 'master' of github.com:shama/webpack-stream
    • 3287835 Merge pull request #214 from the-ress/watch-message
    • 141e063 Update watch for gulp >= 4
    • Additional commits viewable in compare view

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump decode-uri-component from 0.2.0 to 0.2.2

    Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps decode-uri-component from 0.2.0 to 0.2.2.

    Release notes

    Sourced from decode-uri-component's releases.

    v0.2.2

    • Prevent overwriting previously decoded tokens 980e0bf

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2

    v0.2.1

    • Switch to GitHub workflows 76abc93
    • Fix issue where decode throws - fixes #6 746ca5d
    • Update license (#1) 486d7e2
    • Tidelift tasks a650457
    • Meta tweaks 66e1c28

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump trim-newlines and gulp-sass

    Bump trim-newlines and gulp-sass

    Removes trim-newlines. It's no longer used after updating ancestor dependency gulp-sass. These dependencies need to be updated together.

    Removes trim-newlines

    Updates gulp-sass from 4.1.1 to 5.1.0

    Release notes

    Sourced from gulp-sass's releases.

    v5.1.0

    Huge shout out to @​XhmikosR for putting a ton of effort into this release 🎉

    What's Changed

    New Contributors

    Full Changelog: https://github.com/dlmanning/gulp-sass/compare/v5.0.0...v5.1.0

    v5.0.0

    First and foremost a huge shout out to @​mxmason for making this long awaited release possible <3

    Breaking changes

    • Require Node >= 12
    • Require Gulp 4
    • Drop dependency on the deprecate node-sass
    • Remove hardcoded default Sass compiler

    Upgrading to v5

    It is now required to explicitly install a Sass compiler.

    npm install gulp-sass sass
    </tr></table> 
    

    ... (truncated)

    Changelog

    Sourced from gulp-sass's changelog.

    gulp-sass Changelog

    v5.0.0

    June 25, 2021

    https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump scss-tokenizer and gulp-sass

    Bump scss-tokenizer and gulp-sass

    Removes scss-tokenizer. It's no longer used after updating ancestor dependency gulp-sass. These dependencies need to be updated together.

    Removes scss-tokenizer

    Updates gulp-sass from 4.1.1 to 5.1.0

    Release notes

    Sourced from gulp-sass's releases.

    v5.1.0

    Huge shout out to @​XhmikosR for putting a ton of effort into this release 🎉

    What's Changed

    New Contributors

    Full Changelog: https://github.com/dlmanning/gulp-sass/compare/v5.0.0...v5.1.0

    v5.0.0

    First and foremost a huge shout out to @​mxmason for making this long awaited release possible <3

    Breaking changes

    • Require Node >= 12
    • Require Gulp 4
    • Drop dependency on the deprecate node-sass
    • Remove hardcoded default Sass compiler

    Upgrading to v5

    It is now required to explicitly install a Sass compiler.

    npm install gulp-sass sass
    </tr></table> 
    

    ... (truncated)

    Changelog

    Sourced from gulp-sass's changelog.

    gulp-sass Changelog

    v5.0.0

    June 25, 2021

    https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
  • Bump node-sass and gulp-sass

    Bump node-sass and gulp-sass

    Removes node-sass. It's no longer used after updating ancestor dependency gulp-sass. These dependencies need to be updated together.

    Removes node-sass

    Updates gulp-sass from 4.1.1 to 5.1.0

    Release notes

    Sourced from gulp-sass's releases.

    v5.1.0

    Huge shout out to @​XhmikosR for putting a ton of effort into this release 🎉

    What's Changed

    New Contributors

    Full Changelog: https://github.com/dlmanning/gulp-sass/compare/v5.0.0...v5.1.0

    v5.0.0

    First and foremost a huge shout out to @​mxmason for making this long awaited release possible <3

    Breaking changes

    • Require Node >= 12
    • Require Gulp 4
    • Drop dependency on the deprecate node-sass
    • Remove hardcoded default Sass compiler

    Upgrading to v5

    It is now required to explicitly install a Sass compiler.

    npm install gulp-sass sass
    </tr></table> 
    

    ... (truncated)

    Changelog

    Sourced from gulp-sass's changelog.

    gulp-sass Changelog

    v5.0.0

    June 25, 2021

    https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0

    Commits

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies 
    opened by dependabot[bot] 0
Releases(v3.2.2)
Owner
Fred Heusschen
I'm a creative front-end developer, I like JS and CSS and working with related toolsets and frameworks. Full bio: http://frebsite.nl/cv-en.html
Fred Heusschen
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Pure JavaScript HTML5 Canvas Range Slider. No stylesheet needed. Simple, elegant and powerful. A quirky alternative to other sliders.

CanvasSlider CanvasSlider is a lightweight JavaScript range slider. Most of the range slider controls use Javascript and a stylesheet. This slider use

null 7 Aug 15, 2022
A free JavaScript plugin to create custom right click context menus.

CtxMenu (Javascript) A modern, light weight, object oriented solution for adding right click context menus for your website. demo Installation Downloa

Nils Söderman 18 Oct 13, 2022
A JavaScript animation plugin for menus. It creates a div that moves when you mouse over an element, giving it an elastic animation.

Lava-Lamp Description: A JavaScript animation plugin for menus. It creates a div that moves when you mouse over an element, giving it an elastic anima

Richard Hung 38 Jun 4, 2022
⚡ Extremely fast online playground for every programming language.

Riju Riju is a very fast online playground for every programming language. In less than a second, you can start playing with a Python interpreter or c

Radon Rosborough 845 Dec 28, 2022
🎒 Accessible and extremely useful website for public school in Poland, built on fun and modern stack.

✨ Strona Szkolna ?? Zadania · ?? Pomysły Struktura ?? apps ?? backend: headless CMS (API) używający Strapi, które umożliwia dowolne typy contentu, np.

Elektron++ 26 Dec 21, 2022
Hadmean is an internal tool generator. It is language agnostic, schema driven, extremely customizable, featured packed, user-friendly and has just one installation step.

Hadmean Report a Bug · Request a Feature · Ask a Question Table of Contents About Quick Demo Motivation Why you should try Hadmean Getting Started Pre

Hadmean 344 Dec 29, 2022
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

Phaser - HTML5 Game Framework Phaser is a fast, free, and fun open source HTML5 game framework that offers WebGL and Canvas rendering across desktop a

Richard Davey 33.4k Jan 7, 2023
👾 Simple creating cards using canvas. Welcome, Rank, Info and so on.

⭐ discord-canvas-card Are you developing a bot using DiscordJS and you need beautiful images created using Canvas? You can create great welcome, goodb

Gusarov 6 Dec 18, 2022
ContainerMenu is an API for BDSX that allows you to create fake interactive container menus !

ContainerMenu - A BDSX API ContainerMenu is an API for BDSX that allows you to create fake interactive container menus ! Features Multiple containers

Se7en 8 Oct 28, 2022
Converts select multiple elements into dropdown menus with checkboxes

jquery-multi-select Converts <select multiple> elements into dropdown menus with a checkbox for each <option>. The original <select> element is hidden

mySociety 22 Dec 8, 2022
A pure CSS library for radial lists and menus

Radial menu and radial list A pure CSS library for inline lists and menus around a circle, flexible and customizable A radial layout organizes a list

Fabio Vitali 10 Aug 15, 2022
A table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, row context menus, dark theme, and more.

Mantine DataTable A "dark-theme aware" table component for your Mantine UI data-rich applications, featuring asynchronous data loading support, pagina

Ionut-Cristian Florescu 331 Jan 4, 2023
A good looking help command made with discord.js with select menus. Works with prefix and slash commands too!

fancy-help-command A good looking help command made with discord.js with select menus. Works with prefix and slash commands too! Dependencies: Select

LunarCodes 11 Dec 12, 2022
🍔 Access hours and menus from MC's caf

The Caf at MC The Caf is a webapp that acts as an easy way to access hours and the menu from the cafeteria. It's a Next.js project bootstrapped with c

Micah Lindley 4 Nov 5, 2022
This is an application that entered the market with a mobile application in real life. We wrote the backend side with node.js and the mobile side with flutter.

HAUSE TAXI API Get Started Must be installed on your computer Git Node Firebase Database Config You should read this easy documentation Firebase-Fires

Muhammet Çokyaman 4 Nov 4, 2021
Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App

iSlider iSlider is a lightweight, high-performant, no library dependencies cross-platform slide controller. It can help handling most sliding effects,

Baidu BEFE 1.7k Nov 25, 2022
A simple browser extension, intended to get you "Back To Work" when you start slacking off to one of those really addictive sites.

Back to Work A simple browser extension, intended to get you Back To Work when you start slacking off to one of those really addictive sites. What doe

Dheeraj Lalwani 29 Nov 19, 2022