Giter Club home page Giter Club logo

iheartcoffee's Introduction

iHeartCoffee

Coffee spots recommendation mobile application

Getting Started

Prequisites

  • Mac OS X
    • Homebrew
    • NodeJS
    • Yarn (optional)
  • Windows
    • NodeJS
    • Yarn (optional)

Requirements

  • Mac OS X
    • Download Xcode from App Store.
    • Download Android Studio (optional).
    • Install watchman with $ brew install watchman.
    • Install react-native-cli with npm i -g react-native-cli.
  • Windows
    • Download Android Studio (optional).
    • Install watchman by following instructions here.
    • Install react-native-cli with $ npm i -g react-native-cli.

Installation

  • Ensure you have completed the steps above.
  • Clone this repository.
  • Change your directory with $ cd iHeartCoffee/.
  • Install dependencies with $ npm i or yarn.

Usage

  • iOS

    React-Native-CLI

    • Start application with $ react-native run-ios.

    Xcode

    • Open ios/
    • Find and open iHeartCoffee.xcodproj.
    • Click play icon in Xcode.
  • Android

    React-Native-CLI

    • Start application with $ react-native run-android.

    Android Studio

    • Open android/ in Android Studio.
    • Allow gradle to finish building.
    • Click Run and select Run app from dropdown.

Testing

Unit Tests are setup using Jest and can be ran locally using the command below:

  • $ yarn test

Project Structure

├── _tests_
├── android
├── ios
├── private
│   ├── data
│       ├── venues-search.json
└── src
    ├── actitonTypes
    ├──assets
    ├──components
    |   ├──shared
    ├──constants
    ├──containers
    ├──navigation
    ├──reducers
    └──util

iheartcoffee's People

Contributors

abdulsemiu-atanda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.