Loading repository data…
Loading repository data…
arleyhr / repository
Mood Muse AI is a modern web application that combines the power of artificial intelligence with music to create personalized experiences. Built with React, TypeScript, and Firebase, this project offers a seamless and intuitive interface for music exploration and mood-based recommendations.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Mood Muse AI is a modern web application that combines the power of artificial intelligence with music to create personalized experiences. Built with React, TypeScript, and Firebase, this project offers a seamless and intuitive interface for music exploration and mood-based recommendations.
DEMO: https://mood-muse-ai.web.app
Bonus : connect to jsonplaceholder api to get 5000 records and display them
git clone https://github.com/arleyhr/mood-muse-ai.git
cd mood-muse-ai
npm install
Setup firebase project (https://firebase.google.com/docs/web/setup)
Replace src/data-layer/services/firebase.ts with your firebase config
Run the development server:
npm run dev
npm run build
Deploy to Firebase:
npm run deploy
mood-muse-ai/
├── src/
│ ├── assets/ # Static assets
│ ├── components/ # Reusable UI components
│ ├── data-layer/ # Data fetching and state management
│ ├── i18n/ # Internationalization
│ ├── pages/ # Page components
│ ├── providers/ # Context providers
│ ├── routes/ # Route definitions
├── functions/ # Firebase Cloud Functions and Genkit
├── packages/ # Shared packages
└── public/ # Public assets
npm run lintnpm run formatgit checkout -b feature/amazing-feature)npm run commit)git push origin feature/amazing-feature)