This repository contains the source code for Group 3 implementation of the Microlearning App project in the Technical Interaction Design course.
- Anne Schjødt-Pedersen
- Beatrice Ambrosi de Magistris Verzier
- Cecilia Andersen
- Monica Souza
- Run
npm run build
in your command line. - Open chrome://extensions/ in Google Chrome.
- On that page, make sure 'Developer mode' (in the top right corner) is enabled.
- Click "Load unpacked".
- Browse to the
build
folder, select it and press the OK button. - If you cannot see the app's logo in your extensions bar, click the "Extensions" logo (puzzle piece) and make sure to pin the extension called "Practice.now()".
NB: Sometimes the login prompt does not open in the foreground on Mac OS. If you've clicked the extension and see the message "Please log in." without seeing an option to sign in, check all open Chrome windows.
- Run
npm run build
in your command line. - Open chrome://extensions/ in Google Chrome.
- Click the reload button in the "Practice.now() 0.0.1" extension card
Our primary goal is to deliver an MVP; henceforward, we decided to change the data structure to locally store the quiz's questions and use Firebase to focus on the user's progress and settings storage. Following is the drawing of the current model.
This project was bootstrapped with Create React App.