A iOS and Android App to help you with your studies. You can create your own deck to add some cards of studies and challenge yourself.
This aplication was builded all in ReactJs Native and using Redux to mantin the data in sync with a local storage.
I tested this App in iOS and Android operating systems working fine in both
The App is not avaleable in thier markets but you can test in development mode using expo framework just follow bellow
- First, You need to have a expo installed globaly More here
- After you can download or clone this project
git clone https://github.com/elfiservice/study-deck.git
- In a terminal into the folder of project, execute
npm install
to install all dependencies - If you are using a Mac, XCODE is needed (you can find in Apple Store).
- After this, In a terminal into the folder of project, execute
expo start
Note:
- If you are using a Windows OS just follow this docs More here
- If you want to test in a Android Simulator More here
- ReactJs and React Native
- Redux
- expo