Application in React Native to manage publications, it is an exercise application that mixes several useful features such as its architecture, the management of graphic assets in JSON format, among other qualities.
Although it is a simple project, I used the bases of atomic design, to achieve an organized development of the application. For user feedback and enhance the experience, I used micro-interactions
Use the next command for obtain a copy
git clone https://github.com/KrissRiv/PoRead.git
See Deployment for more info regardin to how to deploy.
For this project you need Java Development Kit, Android Studio Cocoapods and Node
For install dependencies and prepare your machine, follow the next steps:
cd PoRead
open folder of the project
npm install
this command install all necessary dependencies for install the app in your Android device when install finish, run the next command
npx react-native run-android
the last command execute Android app version for iOs app, run the next commands
cd ios
pod install
npx react-native run-ios
The next tools, libs or frameworks, were to use for develop the app
- React Native - React Native Documentation
- Lottie - Manage Microinteractions
- Async Storage - For Storage
- Navigation - Navigation Manager
- Cristian Rivas - Developer - krissriv