Skip to content

Fiszki the ultimate flashcard app for easy, fun, and effective learning. Create, customize, and master any subject on the go!

License

Notifications You must be signed in to change notification settings

kubsikora/Fiszki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiszki

Fiszki the ultimate flashcard app for easy, fun, and effective learning. Create, customize, and master any subject on the go!

App Colors

Here you can find all the colors used in the "Fiszki" app, for both light mode and dark mode. Additionally, you can see how we've implemented these color palettes in the code.

Light Colors

Name Color Hex RGB
backgroud_color #FAF1E6 #FAF1E6 rgb(250, 241, 230)
window_color #FDFAF6 #FDFAF6 rgb(253, 250, 246)
bonus_color #E4EFE7 #E4EFE7 rgb(228, 239, 231)
focus_color #064420 #064420 rgb(228, 239, 231)
font_color #000000 #000000 rgb(255, 255, 255)

Light colors

Map<String, String> lightColors = {
  'background_color': '#FAF1E6',
  'window_color': '#FDFAF6',
  'bonus_color': '#E4EFE7',
  'focus_color': '#064420',
  'font_color': '#000000',
};

Dark Colors

Name Color Hex RGB
backgroud_color #040D12 #040D12 rgb(4, 13, 18)
window_color #183D3D #183D3D rgb(24, 61, 61)
bonus_color #5C8374 #5C8374 rgb(92, 131, 116)
focus_color #93b1a6 #93B1A6 rgb(147, 177, 166)
font_color #ffffff #ffffff rgb(0, 0, 0)

Light colors

Map<String, String> darkColors = {
  'background_color': '#040D12',
  'window_color': '#183D3D',
  'bonus_color': '#5C8374',
  'focus_color': '#93B1A6',
  'font_color': '#FFFFFF',
};

Functionality

Main window

The main window of the application is a simple category manager with a easy layout. You can create new categories in it, delete old ones, or personalize existing ones in the way you choose.

Main window

After entering a created category, we can browse our flashcards. Additionally, by pressing the 'Edit Flashcard' button, we can add new ones, edit existing ones, or simply delete the ones we want.

At first, the flashcard only shows the question. Upon clicking it, the associated answer we assigned is revealed.

Create Flashcard

About

Fiszki the ultimate flashcard app for easy, fun, and effective learning. Create, customize, and master any subject on the go!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •