Skip to content

React Native project that helps users make a random decision from a list of choices they input.

Notifications You must be signed in to change notification settings

melvincayas/choice-makr

Repository files navigation

Choice Makr

React Native project that helps users make a random decision from a list of choices they input. This is a project I put together as I've been learning React Native. I made this before being introduced to React Navigation, so the screen changes in this application are based on state.

Built With

Screenshots

1. The Start Screen

The start screen

2. The Number of Choices Screen

The number of choices screen

3. The Results Screen

The results screen

Installation

Feel free to play around with the code!

  1. Clone this repo
git clone https://github.com/melvincayas/choice-makr.git
  1. Install NPM packages
npm install
  1. Ensure your machine has Xcode (iOS) and/or Android Studio (Android) for mobile device emulation.

Or if you want to run the application on your own mobile device:

  1. Download Expo Go on your mobile device and scan the QR code that shows after running:
npm start

Further Implementations

My goal with this project was to build a small and simple application with React Native to reinforce my learning. To further expand on this project I would:

  • Update the UI on smaller devices with Dimensions
  • Add landscape orientation

Contributing

I'm always open to improving my code and the best way to do that is by having others critique it. If you see any bugs or opportunities to refactor, please let me know. It would be highly appreciated!

  1. Fork this repo

  2. Create your branch for improvement

git checkout -b your-improvement
  1. Commit your changes
git commit -m "Refactored the code"
  1. Push to your branch
git push origin your-improvement
  1. Open a Pull Request

Contact

Melvin Cayas
cayasmj@gmail.com
melvincayas.com

Links
GitHub

About

React Native project that helps users make a random decision from a list of choices they input.

Topics

Resources

Stars

Watchers

Forks