VeryStone69 / project_cards

https://project-cards-three.vercel.app
0 stars 2 forks source link

Flash Cards

logo

Links:

UI-kit on Storybook Flash-Cards - web application

Description

Welcome to our unique website where you can create and study flashcards! Our website offers you the ability to add and store flashcards with questions and answers on various topics, from academic subjects to learning new languages or memorizing important facts. Using our intuitive platform, you can create your own flashcards, add questions and corresponding answers. Each flashcard has a unique set of questions that you can study and review to reinforce your knowledge. You can also select questions for review according to your needs and level of difficulty.Our website provides convenient tools for effective studying and memorization. You can track your progress, see statistics for each flashcard, and identify areas where you need more practice.

Installation

Install the dependencies and devDependencies and start the server.

cd project_cards
pnpm i
pnpm dev

Libraries and packages

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Libraries DOCS
storybook https://storybook.js.org/docs/
stylelint https://stylelint.io/
typescript https://www.typescriptlang.org/
vite https://vitejs.dev/
zod https://zod.dev/
react-router-dom https://reactrouter.com/
eslint https://eslint.org/
redux-toolkit https://redux-toolkit.js.org/
clsx https://www.npmjs.com/package/clsx
react-toastify https://www.npmjs.com/package/react-toastify
async-mutex https://www.npmjs.com/package/async-mutex
sass https://sass-lang.com/

Description of commits

Name Description
docs Documentation Update
feat Adding new functionality
fix Error correction
refactor Code edits without fixing bugs or adding new features
revert Rollback to previous commits
style Codestyle edits (tabs, indents, commas, etc.)