indecks
v1.0.0
Published
An interactive index card built in ReactJS
Downloads
1
Readme
indecks
An interactive index card study app built using React/Redux. Use it to study (cram?) for tests.
Features
- Minimalistic layout tailored for desktop and mobile on-the-go viewing
- Captures swipes on mobile for quickly navigating between cards
- Markdown support for card contents
- Import/export of decks via JSON
- Keyboard shortcuts for quick navigation (see legend below)
Keyboard Shortcuts
- RARROW - Next Card
- LARROW - Previous Card
- a - Add a card
- e - Edit card
- SPACE - Flip card
- s - Toggle shuffle
- d - Return to deck
Build
Local
npm install
to grab all the necessary dependencies.npm start
and open http://localhost:9406 in your browser.
Production
- Run
npm build
to create a distro folder and a bundle.js file.
License
MIT
Links
- Thanks to this course by @wesbos for providing the foundation for this project