Omp

screenshot of Omp
react
material-ui

OneDrive Media Player on the web | 网页端 OneDrive 媒体播放器

Overview:

The OMP - OneDrive Media Player is an impressive media player that effectively integrates with your OneDrive storage, giving you seamless access to your audio and video files. With a user-friendly interface and an array of features, it promises to enhance your media consumption experience. Whether you're streaming your favorite music or watching videos, OMP makes it easy and enjoyable.

Features:

  • OneDrive Files View: Easily access all your media files stored in OneDrive directly within the app.
  • Music Playback: Enjoy high-quality music playback with support for various audio formats.
  • Music Lyrics: Sing along to your favorite tracks with built-in lyric support, enhancing your listening experience.
  • Video Playback: Stream and enjoy videos effortlessly, compatible with most video formats.
  • Play Queue: Manage your listening experience with a convenient play queue feature for seamless playback.
  • Dark Mode: Switch to dark mode for a more comfortable viewing experience in low-light environments.
  • Media Session: The app supports media session APIs, allowing for better control and interaction with playback.
  • History Sync: Keep track of your listening history across devices, ensuring you never lose your place.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Pwa

A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.