iPhone app built with React Native for viewing houses for sale in the Northwest

Related tags

Example Apps den
Overview

Den

Den is an iPhone app built with React Native for viewing houses for sale in the NW from rmls.com. After being frustrated with a site that hasn't changed since 2004, I decided to build a better viewing experience in the phone.

The app was built in a weekend (or so) by one designer and one developer.

Den

Setup

  1. Clone the repo git clone https://github.com/asamiller/den
  2. Install dependencies npm install
  3. Open Den.xcodeproj in Xcode
  4. Hit Build and test it in the iPhone simulator

Den

You might also like...
Weather Forecast Assigment is an iOS application built to highlight MVP and Clean Architecture concepts

Weather Forecast Assigment - iOS - MVP + Clean Architecture Description Weather Forecast Assigment is an iOS application built to highlight MVP (Model

An instagram clone for iOS built with Parse
An instagram clone for iOS built with Parse

Parstagram - Part II This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comm

SwiftUI Project built using the fundamentals of SwiftUI that I have learned.

GhibliLog About: I wanted to test my ability to create an application with a responsive SwiftUI interface that would format and display data pulled fr

This project is built to show how to support accessibility features in iOS applications in UIKit.
This project is built to show how to support accessibility features in iOS applications in UIKit.

ACCESSIBILITY EXAMPLE This project is built to show how to support accessibility features in iOS applications in a blog post. For the sake of Accessib

 The App Brewery Complete App Development course project
The App Brewery Complete App Development course project

Destini The App Brewery Complete App Development course project. "A Choose Your

Tipsy - Bill splitting and tip calculating App developed during iOS & Swift classes - The Complete App Development Bootcamp
Tipsy - Bill splitting and tip calculating App developed during iOS & Swift classes - The Complete App Development Bootcamp

Tipsy 💵 Bill splitting and tip calculating App developed during iOS & Swift cla

A simple app that I created to migrate my photos from Lightroom Classic to Apple's Photos.app.
A simple app that I created to migrate my photos from Lightroom Classic to Apple's Photos.app.

CustomPhotoImporter A simple app that I created to migrate my photos from Lightroom Classic to Apple's Photos.app. This is optimised for my specific n

Concept for organizing View and Data layers within SwiftUI App
Concept for organizing View and Data layers within SwiftUI App

SwiftUI MVVM Concept It is not about how to create Lists and Charts and View design. It's about possibility how to organize View and Data layers withi

Comments
  • Can't build the project

    Can't build the project

    I did everything following your guide but came across this error.

    screen shot 2015-05-08 at 13 08 04

    Here is my package.json

    {
      "name": "Den",
      "version": "0.0.1",
      "private": true,
      "scripts": {
        "start": "node_modules/react-native/packager/packager.sh"
      },
      "dependencies": {
        "cheerio": "^0.19.0",
        "lodash": "^3.6.0",
        "moment": "^2.10.2",
        "react-native": "^0.4.0",
        "string": "^3.1.1"
      }
    }
    
    opened by tikhonbelousko 6
  • Error while loading project in Xcode Version 6.4 (6E14)

    Error while loading project in Xcode Version 6.4 (6E14)

    I have downloaded the project and trying to run the project in Xcode V 6.4 , I am getting below error ld: library not found for -lRCTWebSocketDebugger clang: error: linker command failed with exit code 1 (use -v to see invocation)

    opened by ajaybeniwal 4
  • Missing /den/iOS/main.jsbundle

    Missing /den/iOS/main.jsbundle

    I've cloned the repo, ran npm install, then tried to build Den.xcodeproj but receive the following error...

    ./den/iOS/main.jsbundle: No such file or directory

    opened by geirman 3
  • fetch is not a function

    fetch is not a function

    I was getting fetch is not a function from SearchResults.js:171

    Fetch is a method of var fetch = require('fetch'); console.log(fetch) => Object {Headers: function, Request: function, Response: function, fetch: function}

    fetch.js module.exports = self; and self has a method named fetch self.fetch = function(input, init)...

    Everything worked after I made this change.

    opened by jDeppen 2
Owner
Asa Miller
Asa Miller
🚀 React-Native App for rocket launches 🛰

A simple way to stay up to date with upcoming space launches, built with React-Native

Maxime Nory 257 Dec 24, 2022
Demo project using React Native technology to create a simple iOS app to find music in iTunes

React Native, native iOS apps with JavaScript iTunesCatalog is a demo app that aims to show the React Native platform potential. There are included th

Alexis Santos Pérez 55 Feb 10, 2022
SwiftUI Todo app example using a React/Redux monolithic state store with flux like dispatch/reduce actions

SwiftUI-Todo-Redux SwiftUI Todo Redux app example using a React/Redux monolithic state store with flux like dispatch/reduce actions Background SwiftUI

moflo 12 Nov 29, 2022
ParametersCloneSwiftUI - Parameters of iOS in iPhone

ParametersCloneSwiftUI Made by myself during the week-end, only made for light m

Harry Knight 0 Jan 28, 2022
Scrumdinger-ios - Built as a part of iOS app dev tutorials from app-dev-training

Scrumdinger This repository contains the code written during my course of taking

Ashwin Ramakrishnan 1 Jan 23, 2022
A sample iOS app built using the Clean Swift architecture

Main Purpose is to create a simple project for Clean-Swift This project wrote with using Clean-Swift and MVP Design Pattern

Eyup Cimen 8 Oct 24, 2022
NasaAPOD App Built with swift

NasaAPOD Technical Description: App Runs on Swift 5 + iOS 15 (for testing only traget can be changed) App Folows MVVM+R pattern where R = router for n

Kalam 0 Dec 28, 2021
A social feed app built using Texture framework

A social feed screen created using Texture framework for UI purposes only.

Ammad Akhtar 3 Nov 17, 2021
Sandwhich is a mobile app built to solve the sandwich debate by determining if the picture you've taken is a sandwich using machine learning

Sandwhich Website | Twitter Sandwhich is a mobile app built to solve the sandwich debate by determining if the picture you've taken is a sandwich usin

null 139 Dec 20, 2022
Instagram Clone Application Built Using Swift And Firebase

InstagramClone Bu instagram klon uygulamasında CoreLocation, Snapkit, Firebase, KingFisher, IQKeyboardManagerSwift kütüphaneleri kullanılmıştır. Kulla

Barış Can Akkaya 2 Oct 20, 2021