Study Cards is a small app, developed in Angular.
You can upload a XLS and the app its going to read the first 2 columns creating randomly a flashcard.
After download the project you have to be on the root folder and execute on the terminal the command 'npm install'
Your User: ~/Documents/StudyApp/studyApp npm installSecondly have to use the commando 'ng s' or 'ng serve'
Your User: ~/Documents/StudyApp/studyApp ng serverOR
Your User: ~/Documents/StudyApp/studyApp ng sWhen the server is already running the console its going to show you the url and port to have access
This app it's using the NGX-FLIP-CARD
Thanks to SpecialOne88

