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 ⚛️
- Host: GitHub
- URL: https://github.com/thezeeshann/news-app
- Owner: thezeeshann
- Created: 2024-12-29T19:06:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:10:18.000Z (4 months ago)
- Last Synced: 2025-01-26T18:27:24.615Z (4 months ago)
- Topics: expo, nativewind, react-native
- Language: TypeScript
- Homepage:
- Size: 824 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
|||
|:---:|:---:|
|  | |
| ||
|  | |
| ||
|  | |
| ||## 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