Skip to content

solarpush/spaced-memo

Repository files navigation

Spaced Memo - Spaced Repetition Learning App

Spaced Memo Logo

Introduction

Spaced Memo is a spaced repetition learning app designed to help students effectively learn and master the concepts of React, one of the most popular JavaScript libraries for building user interfaces.

The primary goal of this application is to provide an interactive tool for learning React. Students can use Spaced Memo to reinforce their understanding of React concepts through spaced reviews, hands-on exercises, and quizzes.

Live slides

Live slides on slides.com (Only for students)

Table of Contents

Installation

Prerequisites

Before installing Spaced Memo, ensure you have Node.js and npm installed on your system.

  1. Clone this repository:
$ git clone https://github.com/solarpush/spaced-memo.git
  1. Navigate to the project directory:
$ cd spaced-memo
  1. Install dependencies:
$ cd spaced-memo

Usage

To run Spaced Memo in development mode, use the following command:

  1. Start the development server:
$ npm run dev
  1. Build the project (compile) and export the final files to the ./dist folder:
$ npm run build
  1. Launch a preview of the final file before deploying it on a local server (http://localhost:4173):
$ npm run preview

In development mode, the application will be accessible at http://localhost:5173 in your browser. Use Spaced Memo to explore lessons, spaced reviews, and hands-on exercises related to React. T

Online preview

Online preview at this address : Spaced-Memo Online Préview

Contribute

We encourage contributions to Spaced Memo. If you'd like to contribute to development, please follow these steps:

  1. Fork the project.

  2. Create a branch for your contribution:

  3. Make your changes and ensure tests pass.

  4. Submit a pull request for your contribution.

  5. I will review your contribution and merge it if it aligns with project standards.

License

License

This project is licensed under the MIT License - see the LICENSE.md file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published