An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RNTravelJournal-concept


Travel Journal Concept - Expo

## 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
```