https://github.com/marceelodominguez/news-app
It is the design of an app that consumes a public API and is used to see the latest news, it can be filtered by category. It also has a news search engine and the possibility of translating the results into Spanish.
https://github.com/marceelodominguez/news-app
jest react-native react-native-navigation testing-library typescript ui
Last synced: 3 months ago
JSON representation
It is the design of an app that consumes a public API and is used to see the latest news, it can be filtered by category. It also has a news search engine and the possibility of translating the results into Spanish.
- Host: GitHub
- URL: https://github.com/marceelodominguez/news-app
- Owner: MarceeloDominguez
- Created: 2023-08-04T19:47:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-09T17:42:57.000Z (almost 3 years ago)
- Last Synced: 2025-06-21T09:02:12.689Z (about 1 year ago)
- Topics: jest, react-native, react-native-navigation, testing-library, typescript, ui
- Language: TypeScript
- Homepage:
- Size: 564 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# News App

## Run Locally
Clone the project
```bash
git clone https://github.com/MarceeloDominguez/news-app.git
```
Go to the project directory
```bash
cd news-app
```
Install dependencies
```bash
npm install
```
Generate your api key in [https://newsapi.org](https://newsapi.org/)
```bash
modify the file in src/util/apikey.ts
```
Start the server
```bash
npm start
```
Start the tests
```bash
npx jest --watchAll
```
## 🛠Skills
**Client:** React Native