Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piflyer/studyio-open
Studyio: A powerful free online flashcard tool
https://github.com/piflyer/studyio-open
firebase flashcards quizlet reactjs study-tools studying
Last synced: about 4 hours ago
JSON representation
Studyio: A powerful free online flashcard tool
- Host: GitHub
- URL: https://github.com/piflyer/studyio-open
- Owner: Piflyer
- Created: 2023-12-18T13:48:26.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T22:06:37.000Z (11 months ago)
- Last Synced: 2024-10-12T16:50:50.242Z (about 1 month ago)
- Topics: firebase, flashcards, quizlet, reactjs, study-tools, studying
- Language: JavaScript
- Homepage: https://studyio.thisistimnguyen.com/
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Studyio: A Powerful Open-Sourced Flashcard App
With Quizlet charging for basic flashcard features, I decided to create a free, open-sourced flashcard app that is easy to use and has all the features you need to study effectively. Visit the official website [here](https://studyio.thisistimnguyen.com/).## Features
- Import flashcards from a variety of sources
- Share your flashcards with your friends, no account required!
- *Learn* - A powerful learning algorithm that uses spaced repetition to help you memorize your flashcards
- *Test* - Test your knowledge with a variety of different question types## Installation
1. Clone the repository
2. Install the dependencies
```
npm install
```
3. Run the app
```
npm start
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.