The challenge: Build a mobile application in React Native for a Wikipedia-like
encyclopedia single page application, previously built in React.
What I did:
- Developed an encyclopedia app with React Native and Expo for Android.
- This app creates and edits posts using a REST API, reads Markdown files, and renders them in
native components.
- Created app routing and navigation using React Navigation.
- Implemented features like live search and reusable components.
- The REST API is written in Django and deployed in Heroku.
Technology I used:
- React Native
- React Navigation
- Context API
- Expo
- Django
- JavaScript
View
Project/Code