PrepCards is a Chrome extension that helps you remember things you're prone to forget by using flashcards.
Donwload on Chrome Webstore
Report Bug
Request Feature
Table of Contents
PrepCards is a Chrome extension that uses Flashcards to help remind you of things you're prone to forget like when learning a new language or studying a totally new topic or anything you can think of as far as it can be represneted in text.
To setup PrepCards on your system follow the steps outlined below.
For this application to work you need Node and Yarn
- npm
npm install npm@latest -g
- Yarn Enable corepack (Node.js >=16.10)
corepack enable
Node.js <16.10
npm i -g corepack
- Clone the repo
git clone https://github.com/htmlHxcker/devPrep.git
- Install NPM packages
cd devPrep yarn install
- Build an unpacked extension
yarn run dev
- Go to
chrome://extensions
in your browser and toggle developer mode, after that click "Load Unpacked" and select the generateddist
folder.
You can use this extension to build vocabulary while learning another language
You can also use this to brush up on theoretical knowledge before technical interviews.
- Dark Mode
- Spaced Repetition System
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
Project Link: https://github.com/htmlHxcker/devPrep