Kno-logic delivers a daily digest of curated articles for lifelong learners. This app was built with React Native and Expo.
- Customised User Interface based on running platform (android or ios)
- Fully functional navigation: profile, saved articles and home
- Login and signup
- Comment and/or like a an article
- View articles added on a past day
If you'd like to play around with the code:
You will need Xcode, Android Studio or the Expo Go mobile app to run on your own phone.
Install the latest version of Node.js
. Then run
# install expo client
npm install --global expo-cli
# install dependencies
npm install
# server with hot reload at localhost (press 'r' to reload if changes not reflected)
npm start
# building for production
npm run build