Projects with this topic
-
Playlist / karaoke session manager and player
Updated -
A modern Laravel starter kit that combines the simplicity of Laravel Breeze with the power of Inertia.js, React, and TypeScript. Designed for developers who want a lightweight, flexible ecommerce app. This project is still in development. Contributions are welcome!
🚀 Updated -
home page with portfolio and other info about me
Updated -
Porn-Vault is a self hosted organizer for adult videos and imagery.
Updated -
A demo ice cream webshop page with the data requests to the external server. Tests using mswjs https://mswjs.io/
Updated -
-
-
Landing Page para uma empresa de absorventes! (desafio técnico)
Updated -
-
Research group at NTNU IDI.
Updated -
-
Todo list in React. With Redux.
Updated -
Project Overview This is the ultimate large-scale project setup for Next.js featuring:
Material UI TypeScript ESLint Folder Structure The folder structure is inspired by expert developers' repositories and incorporates best practices from industry-leading articles on web application development with React and Next.js.
Updated -
Front-end de WEVAmaker, pour l'organisation et l'inscription aux modules du WEVA
Updated -
Event discovery platform, is built using Next.js, React, Typescript, Javascript, Tailwind, Zod, Framer Motion, Prisma, Postgres
Updated -
A web application for a library. Developed with ReactJS. All designs are exclusive.
Updated -
Main application (https://portal.digital-vital.eu/). WebApp written in ReactJS Cannot run without the backend https://gitlab.com/digitalvital/backend
Updated -
The social network is an educational project using React, HTML and CSS.
Updated -
-
Music App Docker Image
This Docker image contains a modern, high-performance music player application designed to provide an engaging and intuitive user experience. Built with React and Vite, this app features a sleek user interface for managing and enjoying your music library. It supports key features like playback controls, playlist management, and a responsive design to adapt to various devices.
Key Features:
Responsive Design: Seamlessly adapts to different screen sizes. Playback Controls: Play, pause, skip, and manage your music with ease. Playlist Management: Organize your favorite tracks into custom playlists. Real-time Updates: Live updates and fast performance with Vite and React. Usage Instructions:
Run the App: Use Docker to run this image and expose it on port 3000 (host) mapped to port 3000 (container). Access the App: Open your browser and navigate to http://localhost:3000 to start using the music player. Docker Commands:
Build the image: docker build -t react-music-player-client . Run the container: docker run -p 3000:3000 react-music-player-client Push the image to Docker Hub: docker push spykelionel/music_app:latest
Updated