StudyBuddy is a mobile flash card app that allows you to build flash cards to help you gain a deep understanding of your preferred subject. StudyBuddy was built with React Native.
To install this application:
- Fork/Clone the repository
- Install dependencies:
npm install
oryarn install
- Start the application:
npm start
oryarn start
- Use Expo client or iOS simulator to use the app.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request NOTE: Be sure to merge the latest from "upstream" before making a pull request!