All Projects → mantou132 → Mt Music Player

mantou132 / Mt Music Player

Web music player

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mt Music Player

Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (+157.14%)
Mutual labels:  pwa, webapp
ambianic-ui
PWA for managing Ambianic Edge devices (smart cameras).
Stars: ✭ 32 (-49.21%)
Mutual labels:  pwa, webapp
share-it
share-it-nine.vercel.app
Stars: ✭ 19 (-69.84%)
Mutual labels:  pwa, webapp
Sysmon
A B/S mode system monitor for linux (demo http://199.247.1.240:2048)
Stars: ✭ 110 (+74.6%)
Mutual labels:  pwa, webapp
Alumna
[Alpha release of v3] Development platform for humans / Plataforma de desenvolvimento para humanos
Stars: ✭ 32 (-49.21%)
Mutual labels:  pwa, webapp
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+2957.14%)
Mutual labels:  pwa, webapp
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (+22.22%)
Mutual labels:  pwa, webapp
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (+101.59%)
Mutual labels:  pwa, webapp
Next Pwa
Zero config PWA plugin for Next.js, with workbox 🧰
Stars: ✭ 909 (+1342.86%)
Mutual labels:  pwa, webapp
Money Tracker
💰 Personal finances tracking web app
Stars: ✭ 577 (+815.87%)
Mutual labels:  pwa, webapp
Absolute
Absolute is a web-based O2O(Online to Offline) platform like Siren-Order for Starbucks. We are focused on creating the platform that is portable, cheaper, easier, decentralized and appless.
Stars: ✭ 96 (+52.38%)
Mutual labels:  pwa, webapp
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-6.35%)
Mutual labels:  pwa, webapp
englishextra.github.io
English Grammar for Russian-Speakers, a PWA website + SPA
Stars: ✭ 19 (-69.84%)
Mutual labels:  pwa, webapp
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (+401.59%)
Mutual labels:  pwa, webapp
Docker Vue Node Nginx Mongodb Redis
🐉 An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-46.03%)
Mutual labels:  pwa, webapp
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+1677.78%)
Mutual labels:  pwa, webapp
Financier
A web-based business management platform.
Stars: ✭ 55 (-12.7%)
Mutual labels:  webapp
Node Express Typescript Boilerplate
A boilerplate for developing web apps with Node.js, Express.js & TypeScript. Demonstrates helpful recipes in 8 steps in individual branches.
Stars: ✭ 60 (-4.76%)
Mutual labels:  webapp
Bui Guide
BUI 是H5、App的统一框架, 用于快速定制开发WebApp,微信公众号,小程序(微信,支付宝)的webview适配,还可以开发混合移动应用 ( 例如: Bingotouch, Link, Cordova, DCloud, ApiCloud, Appcan ) 的UI, 钉钉的轻应用等第三方平台.
Stars: ✭ 55 (-12.7%)
Mutual labels:  webapp
Pgtune
Pgtune - tuning PostgreSQL config by your hardware
Stars: ✭ 1,078 (+1611.11%)
Mutual labels:  pwa

State

In development

  • [x] Global state management
  • [x] Router
  • [x] Components
  • [x] Playlist
  • [ ] User

Introduction

A music player created using modern web technology, support multiple devices to sync and manage your own music, but you need to manually upload your audio

Motivation

To develop an application using popular technology, you need to use many third-party libraries and frameworks, you need to take the time to learn it.

The current web environment is quite different from the past. High compatibility between browsers(but you still need to pay attention), also supports es6 modules, and webcomponent.

Can we use the functionality provided by the web to complete an app? let try.

Scheme

  • HTTP2
  • ES6 Modules (jspm)
  • JSDoc
  • Web Component
  • Template engine: lit-html(No virtual DOM diffing)
  • CSS Variables
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].