dmarchuk / choosy

Repository for React native hobby project of instagram clone with possibility to generate choices and users are able to vote on these choices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

choosy

Repository for hobby project of instagram clone with possibility to generate choices and users are able to vote on these choices, it was done for getting into the React Native technology. The app was made and tested only on Mac OS X.

Disclaimer

The frontend of the app is currently not set up to work with any working API, so listing posts, creating posts and voting on posts will not actually be sent to server. Current state of this codebase is not meant to be used in production, but should rather be more of an inspiration and simple showcase of react native application. Main points of interest of this repo are in choosy/choosy/components/

Dependencies

  • NodeJS and npm
  • react-native-cli
    • if you don't have it installed, just run npm install -g react-native-cli
    • in case you run into issues with permissions, try running the command with sudo

How do I run the app?

  1. Clone this repository.
  2. In your shell, navigate to the choosy folder and install dependencies
cd choosy
npm install
  1. Run the app
react-native run-ios

About

Repository for React native hobby project of instagram clone with possibility to generate choices and users are able to vote on these choices.

License:MIT License


Languages

Language:JavaScript 84.7%Language:Objective-C 8.8%Language:Python 3.5%Language:Java 3.0%