Currently down. Easybase used for database is deprecated.
A simple flash card web application made with React.
- From the homepage, press on add questions ➕.
- Enter a question and the answer to question. After doing so, press the add button ➕.
- Return to the homepage by pressing the arrow icon
◀️ (top left), and press on start the quiz 📝. - Enjoy!
From the extracted zip, and inside the second folder.
- Install npm in the project folder
npm i
- Run the app
npm start
- Run Scss compiler (to make changes to boostrap)
sass --watch src/styling/App.scss src/styling/index.css
All colours are from Bootswatch: Litera.
A list of possible future implementation:
- Database implementation
- Ability to log in and create an account
- Ability to add questions within subjects