This project is a music application "raymusic" inspired by Jio Saavn. It's built with React.js, Tailwind CSS, and the JioSaavn API with Vite.
- React.js: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- JioSaavn API: Used to fetch music data.
- Vite: A build tool that aims to provide a faster and leaner development experience for modern web projects.
What things you need to install the software and how to install them:
- Node.js
- npm
A step by step series of examples that tell you how to get a development environment running:
- Clone the repo:
git clone https://github.com/iryanraushan/raymusic.git
- Install NPM packages:
npm install
- Start the server:
npm run dev
- Song Exploration: Explore a vast collection of songs from various genres.
- Search Functionality: Search for specific songs, artists, or albums.
- Responsive Design: Enjoy a seamless experience on different devices, thanks to the use of Tailwind CSS for responsive styling.
- Fast Development: The project was initialized with Vite, a next-generation frontend tooling that provides a faster development experience for web projects.