https://github.com/kavindusenesh/react-native-news-app
A app that fetches and displays the news with a clean UI and search functionality. Built with React Native, TypeScript and expo
https://github.com/kavindusenesh/react-native-news-app
api expo hooks react-native typescript
Last synced: 3 months ago
JSON representation
A app that fetches and displays the news with a clean UI and search functionality. Built with React Native, TypeScript and expo
- Host: GitHub
- URL: https://github.com/kavindusenesh/react-native-news-app
- Owner: KavinduSenesh
- License: mit
- Created: 2025-02-18T06:30:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T16:39:36.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:15:34.599Z (over 1 year ago)
- Topics: api, expo, hooks, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native News App
A simple and responsive React Native application that fetches and displays the latest news from an API. Built with **React Native, TypeScript, and Redux**, this app provides a clean UI and smooth user experience.
## 🚀 Features
- Fetches the latest news dynamically.
- Search functionality to find specific news articles.
- Optimized performance using Redux.
- Supports multiple news sources.
## 🛠️ Tech Stack
- **React Native** – Cross-platform mobile app framework.
- **TypeScript** – Statically typed JavaScript.
- **Redux** – State management.
- **React Navigation** – Smooth app navigation.
- **Axios** – Fetching data from the news API.
## 🏠 Installation
### 1️⃣ Clone the repository
```sh
git clone https://github.com/KavinduSenesh/react-native-news-app.git
cd react-native-news-app
```
### 2️⃣ Install dependencies
```sh
npm install
```
### 3️⃣ Run the app
For Android:
```sh
npx react-native run-android
```
## 🔑 API Configuration
This app fetches news from an API. To configure it:
1. Get an API key from [NewsAPI](https://newsapi.org/).
2. Restart the app.
## 🐟 License
This project is licensed under the [MIT License](LICENSE).
---
💡 **Contributions & Issues**
Feel free to contribute by opening a pull request! If you find any bugs, report them in the **Issues** section. 🚀