https://github.com/abdenasser/rntraveljournal-concept
a react native Travel Journal application UI concept inspired by this nice design @dribbble https://dribbble.com/shots/15004647
https://github.com/abdenasser/rntraveljournal-concept
Last synced: 5 days ago
JSON representation
a react native Travel Journal application UI concept inspired by this nice design @dribbble https://dribbble.com/shots/15004647
- Host: GitHub
- URL: https://github.com/abdenasser/rntraveljournal-concept
- Owner: Abdenasser
- Created: 2021-08-18T11:24:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-18T18:29:07.000Z (about 4 years ago)
- Last Synced: 2025-09-26T23:44:38.184Z (20 days ago)
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNTravelJournal-concept
![]()
## Overview
⚠️ **I created this little side project in order to learn some basic React Native UI elements/components and to see how far I can go with them, and it turns out that those few basic elements are by far enough to make any complex component you can imagine**
**This project only includes a few screens all made out of reusable components.** that you can start using in your own React Native projects with no need to include any 3rd party ui frameworks or libraries.
- **Great looking** 🤘
- **Made with Expo** ⚡
- **TypeScript supported** 🌞This project was inspired by this [amazing piece of art on Dribbble](https://dribbble.com/shots/15004647). Feel free to show some appreciation to the designer.
## Installation and usage
This project is created using expo cli, if you wish to run it with the expo cli on your computer please follow this guide : [Getting Started with Expo](https://docs.expo.io/get-started/installation/), otherwise make sure you've installed the dependencies through npm or yarn.
This project works fine on iOS, and it's not yet tested on Android.
### Running the project
Clone this repository :
```
git clone https://github.com/Abdenasser/RNTravelJournal-concept.git
cd RNTravelJournal-concept
```Install packages :
```
yarn
```When installation is complete, run :
```
yarn start
```or if you have expo cli installed :
```
expo start
```