Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammedtsmu/spaced-repetition
Emphasizes the benefits of the spaced repetition technique. Highlights the app's main features: adding, editing, deleting, searching, exporting, and importing subjects. Mentions the responsive design for both desktop and mobile devices. Specifies the technologies used: JavaScript, CSS, HTML.
https://github.com/mohammedtsmu/spaced-repetition
css education educational-technology html javascript learning-tool learningapp memorization notifications responsive-design spaced-repetition student-tool study-aid study-management toastify-js webapp
Last synced: about 1 month ago
JSON representation
Emphasizes the benefits of the spaced repetition technique. Highlights the app's main features: adding, editing, deleting, searching, exporting, and importing subjects. Mentions the responsive design for both desktop and mobile devices. Specifies the technologies used: JavaScript, CSS, HTML.
- Host: GitHub
- URL: https://github.com/mohammedtsmu/spaced-repetition
- Owner: MohammedTsmu
- Created: 2024-07-17T05:30:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:52:00.000Z (5 months ago)
- Last Synced: 2024-07-17T07:43:42.480Z (5 months ago)
- Topics: css, education, educational-technology, html, javascript, learning-tool, learningapp, memorization, notifications, responsive-design, spaced-repetition, student-tool, study-aid, study-management, toastify-js, webapp
- Language: JavaScript
- Homepage: https://mohammedtsmu.github.io/Spaced-Repetition/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spaced Repetition Study Management App
## Overview
The Spaced Repetition Study Management App is designed to help users enhance their learning and memorization through the scientifically-proven spaced repetition technique. This app allows users to manage their study subjects efficiently by adding, editing, deleting, and searching subjects. It also supports data export and import for easy backup and transfer. The app features a fully responsive design for optimal use on both desktop and mobile devices.
## Features
- **Add New Subjects:** Easily add new study subjects with descriptions and tags.
- **Edit and Delete Subjects:** Modify or remove existing subjects.
- **Search Subjects:** Quickly find subjects using keywords.
- **Export and Import Data:** Export subjects to a JSON file for backup or import subjects from a JSON file.
- **Progress Statistics:** View total number of subjects and completed reviews.
- **Responsive Design:** Seamless use on both desktop and mobile devices.## Installation
1. Clone the repository:
```bash
git clone https://github.com/MohammedTsmu/Spaced-Repetition.git
```
2. Navigate to the project directory:
```bash
cd spaced-repetition-app
```
3. Open `index.html` in your preferred web browser.## Usage
1. **Add a New Subject:**
- Navigate to the "Add Subject" section.
- Enter the subject name, description, and tags (comma separated).
- Click the "Add Subject" button.2. **Edit or Delete a Subject:**
- Navigate to the "Subjects" section.
- Click the "Edit" button next to a subject to modify its details.
- Click the "Delete" button to remove a subject.3. **Search for a Subject:**
- Use the search box in the "Subjects" section to filter subjects by name, description, or tags.
4. **Export Subjects:**
- Click the "Export" button in the sidebar to download a JSON file of your subjects.
5. **Import Subjects:**
- Click the "Import" button in the sidebar and select a JSON file to import subjects.## Technologies Used
- **HTML5**
- **CSS3**
- **JavaScript**
- **Toastify.js:** For notifications
- **Google Material Icons**## Project Structure
```plaintext
spaced-repetition-app/
├── index.html # Main HTML file
├── style.css # CSS styles
├── script.js # JavaScript functionality
├── README.md # README file
└── assets/ # Directory for additional assets (images, icons, etc.)
```