It ia a News App made using React-Native, which fetches API.
News-API URL: https://newsapi.org/
1. Fork this repository.
2. Clone the project
git clone https://github.com//News-Keeda.git
3. Go to the project folder
cd Keep-Notes
4. Install the dependencies
npm i
5. Fetching API
Create a new file under the Api folder and named it as config.js
And write this:
const config = {
TOKEN : 'YOUR-API-KEY'
}
export default config;
5. Run
npm start
This project is under MIT License. Copyright (c) 2021.
If you like this repo, then plz make sure that you should ⭐ it :)

