IntelliFlash
IntelliFlash
Description
IntelliFlash is a powerful and user-friendly spaced repetition
flashcards app designed to help you learn and retain information more
effectively. The app is built using React and Next.js, ensuring a
seamless and efficient learning experience. In IntelliFlash, you can
create subjects and topics, add flashcards, review them daily, and
track your progress.
Demo
- Go to the hosted Page here (the design is currently optimized for IPhone SE)
- Create Subjects and Topics: Click the (+) button
on the homepage to create a new subject, and then add topics within
that subject. This allows you to organize your learning material based
on your interests and needs.
- Add Flashcards: Navigate to a specific topic by
selecting a subject and clicking on the desired topic. Once there, you
can add flashcards by clicking the (+) button on the navbar.
- Review Flashcards on Learn Page: Choose a Subject. To see the answer on a
flashcard, simply click on it to flip the card.
Project Setup
- Clone this repository
- Inside the root folder install all dependencies via
$ npm install
- Run app in development mode via
$ npm run dev
- Run tests via
$ npm run test