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

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.

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