GithubHelp home page GithubHelp logo

rbgk / flashcards Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 91 KB

A Quizlet Alternative. No ads, no log-in, no data collection. Free.

Home Page: https://rbgk.github.io/flashcards/

HTML 43.90% CSS 11.01% JavaScript 45.08%

flashcards's Introduction

Flashcards

Building an alternative to Quizlet

Feature List:


Known Limitations of Project

  • When a word or definition includes a comma, only the 1st comma is parsed as the splitter, and any characters following the 2nd comma will not be included in definition
  • Browser localStorage option only saves (1) set, while it has ability to store more
  • At the current time, this is only available on the web

Theme Switch

  • Automatically detects OS-preferred theme and assigns the respective theme
  • Theme button functionality allows for manually override
  • Manual override is stored in localStorage holding higher precedence than auto-detected preference

Toolbar Buttons

A section of buttons aiding the user.

  • Text formatting from bold, italic, underline
    • HTML tags are NOT limited to bold, italic, underline. User can take advantage of .innerHTML and use supported HTML tags
  • Saving and loading a set
  • Clears the text box at one button click

File Import and Export

  • Hidden within the settings panel, the user can choose to import and export files with the choice of .csv or .txt
    • Import a .csv or .txt file to upload their flashcards into the text box
    • Export the contents of the text box to a .csv or .txt file

Keyboard Navigation

When the user launches into the flashcards overlay, they can use the keyboard to navigate.

  • To toggle from word to definition: Spacebar, Arrow Up, Arrow Down
  • To progress up or down the list: Arrow Right, Arrow Left

flashcards's People

Contributors

rbgk avatar michpdev avatar

Watchers

 avatar

flashcards's Issues

HTML Formatting on cards

INFO:
Flashcards are being populated via .innerHTML property. This means HTML code in user input will be parsed and rendered.
It is currently available as a hidden feature.

REQUEST:
Official support using buttons on toolbar. User will need to input text within HTML tags for proper formatting.

Overlay does not resize with the window

If the user starts with a smaller window size, launches overlay, and resizes the window to a larger height, the overlay does not automatically resize to cover the empty space.

Similarly, if the user starts with a larger window size, launches overlay, and resizes the window to a smaller height, the overlay will have extra and unnecessary space at the bottom.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.