Skip to content

Latest commit

 

History

History
90 lines (51 loc) · 1.42 KB

README.md

File metadata and controls

90 lines (51 loc) · 1.42 KB

Logo

News App

Includes all functionalities!

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Multi Language
  • Infinity News
  • Search News
  • Save News by Favorite

Demo

VID_20230421_084641.mp4

API Reference

Base URL

   https://api.thenewsapi.com

Get all items

  GET /v1/news/all
Parameter Type Description
api_key string Required. Your API key

Search item

  GET /v1/news/all
Parameter Type Description
search string Required. Search title

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

Authors

Optimizations

Add Light/Dark Theme and Multi Language

Tech Stack

Platform: Android Studio,

Language: Kotlin,

License

MIT

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}