An open API service indexing awesome lists of open source software.

https://github.com/thezeeshann/news-app

News App built in React Native ⚛️
https://github.com/thezeeshann/news-app

expo nativewind react-native

Last synced: 3 months ago
JSON representation

News App built in React Native ⚛️

Awesome Lists containing this project

README

        

# Dailyhunt News app built with React Native and Expo.

## Tech Stack

### Frontend
- [Expo](https://expo.dev) - React Native development platform
- [Expo Router](https://docs.expo.dev/router/introduction) - File-based
- [NativeWind](https://www.nativewind.dev/) - For styling

### Backend
- [Node](https://nodejs.org/en) - JavaScript Runtime Environment
- [Express](https://expressjs.com/) - Node.js web application framework
- [Typescript](https://www.typescriptlang.org/) - Strongly Typed Programming Language
- [Prisma](https://www.prisma.io/) - Prisma ORM
- [Zod](https://zod.dev/) - Schema validation libraries

[Backend](https://github.com/thezeeshann/news-api) - Check out Backend

## Screens

|||
|:---:|:---:|
| ![](https://github.com/user-attachments/assets/e0c684b7-3453-455b-b8e0-2a034bd416c2) | ![](https://github.com/user-attachments/assets/fd05b339-78c9-4783-baed-1986993e8681)|
| ||
| ![](https://github.com/user-attachments/assets/6040e023-d661-45b2-a98b-79ebf4bccc89) | ![](https://github.com/user-attachments/assets/f92b1840-f015-4113-a063-ccd979bd1715)|
| ||
| ![](https://github.com/user-attachments/assets/18405893-a622-45e7-81c2-749a0a938200) | ![](https://github.com/user-attachments/assets/f998e6e1-e570-41c6-adbd-b4c4c96cec29)|
| ||

## Getting Started

1. Install dependencies:

```bash
npm install
```

2. Start the development server:

```bash
npx expo start
```

3. Open in iOS Simulator or Android Emulator:
- Press `i` for iOS
- Press `a` for Android