Lyriks is a modern and user-friendly website that enables users to quickly search for the lyrics of their favorite songs. The website has been built using ReactJS, Redux Toolkit, and Rapid API for music fetching. Tailwind and Vite were also used for styling and building, respectively.
- User-friendly interface with smooth navigation and animations
- Search bar that allows users to query for their favorite singers and songs
- Display lyrics of songs and artist information
- Play/pause functionality with a custom player
- Multiple playlist options, including "Top Chart", "Top Artists" , and "Around You" playlist based on geolocation
- Seamless music playback
- ReactJS
- Redux Toolkit
- Rapid API
- Tailwind
- Vite
To install Lyriks on your local machine, follow these steps:
- Clone the repository to your local machine
- Install the required dependencies using
npm install
- Create a Rapid API account and obtain an API key
- Create a
.env
file in the root directory and add your Rapid API key using the following format:
REACT_APP_RAPIDAPI_KEY=<your_api_key_here>
- Run the application using
npm start
Lyriks was built by Jean-Luc KABORE-TURQUIN and is licensed under the MIT License.