samayun / native-real-state

A bookshop mobile application build on react native . User can view books , read latest blogs and place order and much much more feature implemented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BookShop react-native

A bookshop mobile application build on react native .

Features in project

  • You can see books in home page.
  • You can see orders in order page.
  • You can see blogs in blog page.
  • From blog page you can go to main blog by clicking “Read More” button

👏 Screens

  • HomePage : Homepage

  • OrderPage : OrderPage

  • BlogPage

     BlogPage

How to run this project

  • git clone https://github.com/samayun/native-real-state.git native-real-state
  • cd native-real-state
  • If expo-cli is not installed yet . run command npm install --global expo-cli
  • npm install (will install all node packages [INTERNET Connection Need])
  • npm start

How to Contribute this project

  1. Git clone :

    • git clone https://github.com/samayun/native-real-state.git native-real-state
  2. Navigate Project cd native-real-state

  3. git checkout -b BRANCH_NAME eg git checkout -b samayun

  4. git fetch -u master

  5. Git commit , pull & push

  • git add .
  • git commit -m "[improve]:Navigation screen added"
  • git fetch && git pull origin master
  • git push origin BRANCH_NAME eg : git push origin samayun

Project manged by JIRA

  • Day1  Day1

  • Day2  Day2

Contributors

Gabriel Peal Samayun Miah Chowdhury [ @samayun ]

Gabriel Peal Pritom Chowdhury Dip [ @pritom-dip ]
Gabriel Peal JIhan Binte Jashim [ @jihan212 ]

About

A bookshop mobile application build on react native . User can view books , read latest blogs and place order and much much more feature implemented


Languages

Language:JavaScript 99.5%Language:Shell 0.5%