Skip to content

jonahlouis4/StudyBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently down. Easybase used for database is deprecated.


A simple flash card web application made with React.

❓ How does it work

  1. From the homepage, press on add questions ➕.
    • Enter a question and the answer to question. After doing so, press the add button ➕.
  2. Return to the homepage by pressing the arrow icon ◀️ (top left), and press on start the quiz 📝.
  3. Enjoy!

⚠️ Note: Question order is randomized

🏃 To run locally

From the extracted zip, and inside the second folder.

  1. Install npm in the project folder
npm i
  1. Run the app
npm start
  1. Run Scss compiler (to make changes to boostrap)
sass --watch src/styling/App.scss src/styling/index.css 

🎨 Main colours

All colours are from Bootswatch: Litera.

📝 Future releases

A list of possible future implementation:

  • Database implementation
  • Ability to log in and create an account
  • Ability to add questions within subjects