Skip to content

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

License

Notifications You must be signed in to change notification settings

dmarchuk/choosy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published