Skip to content

ishraqe/chuti

Repository files navigation

Chuti Travel Group

Preview

An app to help bangldeshi travellers, built on top of react-native.

Preview

Use cases

This app describes tourist spots of Bangladesh and how to go there, with the aim of helping the travellers around Bangladesh

In popular places view you can review all the places and can press on them to view the detailed screen. All the data are coming from firebase .

Download the APK : Installable APK

How to create your own copy of this app?

Prerequisites

To create an own copy of this application, you have some prerequisites. They are -

  • NodeJS installed on your system.
  • React Native installed on your system.
  • Have the Android SDK and paths set properly.
  • An android emulator or real device to run the app.
  • A google account for having Firebase Web configuration.

Make own copy

First clone the repository using:

git clone https://github.com/ishraqe/chuti.git

Then install the dependencies using:

npm install

At this point you need to have the configurations for a Firebase App. Just go to Firebase Console and follow the instructions. Then open the file named App.js from the src folder. Add the Firebase configurations to the file. The file looks something like this:

// import and configure firebase
import  firebase from 'firebase';

const firebaseConfig = {
  apiKey: [YOUR API KEY],
  authDomain: [YOUR AUTH DOMAIN],
  databaseURL: [YOUR DATABASE URL],
  storageBucket: [STORAGE BUCKET],
}
export const firebaseApp = firebase.initializeApp(firebaseConfig)

Run the following command to run the app on the emulator.

react-native run-android

Now, you have your own copy of this application!

License

Do anything you wanna do!

Credits

All credit goes to all library creators and contributors to those libraries and those awesome people from whome i have collected contents from.

Built With

The project is built on top of react-native using the following major libraries:

Made with ❤️ by Ishraqe Manjur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published