Lyrics King React Native

screenshot of Lyrics King React Native
react
react-native

Lyrics King is React Native song lyrics search app, built with Expo. Designed with Adobe XD.

Overview

Lyrics King is a React Native app built utilizing Expo, React Navigation, and data fetched from APIs such as Deezer and Lyrics.OVH. The app's UI was designed using Adobe XD and the project serves as a personal training project for React Native by Stephen Kempin.

Features

  • Expo Integration: Built using Expo, making it easy to develop native iOS and Android projects with React Native.
  • API Data Fetching: Utilizes Deezer and Lyrics.OVH APIs to fetch song and lyrics data.
  • UI Design: Created with Adobe XD, ensuring a visually appealing and user-friendly interface.
  • Navigation System: Implements React Navigation for seamless routing and navigation within the app.
  • Search Functionality: Allows users to search the Deezer API by song title.
  • Detailed View: View comprehensive details of selected songs, including lyrics from Lyrics.OVH API.
  • About Section: Provides information about the app and its development.
  • Components and Utilities: Includes various components, such as Credits, SocialButton, Suggestions, and utilities like shareHelper.

Summary

Lyrics King is a React Native app that showcases integration with Expo, usage of multiple APIs for fetching data, and thoughtful design with Adobe XD. It offers key features such as seamless navigation, search functionality, and detailed views for a comprehensive user experience. The project, developed by Stephen Kempin, serves as a valuable training ground for React Native enthusiasts and is a testament to the capabilities of React Native in mobile app development.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Expo

An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.