Lyrica is a minimalist app designed to help music lovers easily discover and explore lyrics for their favorite songs. With a sleek and user-friendly interface, Lyrica provides a distraction-free experience for accessing song lyrics instantly.
- Quick Song Search: Easily find lyrics for any song by simply searching the song title or artist.
- Minimalist Design: Enjoy a clean, distraction-free interface that focuses on the lyrics.
- Seamless Experience: Smooth navigation for a hassle-free way to explore lyrics and discover new music.
Make sure you have the following installed:
- A modern web browser or mobile device (for app access)
- For developers: a code editor (e.g., Visual Studio Code) and Node.js (if building locally)
- Clone this repository:
git clone https://github.com/Purushothamreddy23/lyrica.git
- Navigate to the project folder:
cd lyrica
- Install dependencies:
npm install
- Start the app locally (if using a web-based version):
npm start