https://github.com/mohammedtsmu/spaced-repetition-app
A web-based application to manage study subjects and review schedules using the spaced repetition technique. Supports English and Arabic languages.
https://github.com/mohammedtsmu/spaced-repetition-app
review-schedule spaced-repetition spaced-repetition-scheduler spaced-repetition-system studyapp web-application
Last synced: 2 months ago
JSON representation
A web-based application to manage study subjects and review schedules using the spaced repetition technique. Supports English and Arabic languages.
- Host: GitHub
- URL: https://github.com/mohammedtsmu/spaced-repetition-app
- Owner: MohammedTsmu
- Created: 2024-07-14T13:06:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T07:01:16.000Z (10 months ago)
- Last Synced: 2025-01-21T16:12:53.657Z (4 months ago)
- Topics: review-schedule, spaced-repetition, spaced-repetition-scheduler, spaced-repetition-system, studyapp, web-application
- Language: JavaScript
- Homepage: https://mohammedtsmu.github.io/spaced-repetition-app/
- Size: 4.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaced Repetition App
Spaced Repetition App is a web-based application designed to help users manage their study subjects and review schedules using the spaced repetition technique. The application supports both English and Arabic languages, and offers features like data backup, import, and customizable themes.
## Features
- Add and manage study subjects with detailed descriptions
- Schedule reviews based on the spaced repetition technique
- View performance statistics with bar and pie charts
- Switch between light and dark themes
- Multi-language support (English and Arabic)
- Backup and import data locally## Usage
1. **Add Subjects**: Navigate to the "Subjects" section and fill out the form to add new subjects.
2. **Review Subjects**: Follow the suggested review schedule to keep up with your study plan.
3. **View Statistics**: Check the "Stats" section to monitor your progress with interactive charts.
4. **Change Theme**: Switch between light and dark themes in the "Settings" section.
5. **Change Language**: Choose your preferred language (English or Arabic) from the "Settings" section.
6. **Backup and Import Data**: Use the backup and import buttons in the "Settings" section to save and restore your data.## Installation
1. Clone the repository:
```bash
git clone https://github.com/MohammedTsmu/spaced-repetition-app.git
```