Technews is a react-native version of my original technews app.
Technews is a work-in-progress app that lists tech related articles from different sources powered by News API. Technews allows you to bookmark articles for future reading.
You need to obtain an API key from News API.
After obtaining the API key. Create a file called tokens.js
inside /src
directory and place your API key there and name it NEWS_API_KEY
like this:
export const NEWS_API_KEY = "insert_your_api_key_here";
After placing the NEWS_API_KEY, go to your command line and run this.
$ npm install
And, you're all set!
- Redux - Redux is a predictable state container for JavaScript apps.
- React Native Elements - Currently, for button icons.
- React Navigation - Routing and navigation for React Native apps.
- React Native Custom Tabs - Chrome Custom Tabs for React Native.
- React Navigation Header Buttons - To mimic native header buttons (ActionBar/Toolbar in android).
- Notification to users every morning.
- Pagination in bookmark list screen.
To learn new tools in developing mobile apps, as well as to learn new programming language.
As a rookie React Native development. If you find code that makes you cringe, help me improve my code by opening issues or creating a pull requests by forking the app.