Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.27 KB

README.md

File metadata and controls

63 lines (46 loc) · 1.27 KB

frontend-forgetitnot

I am working on this project during mentorship DareIT programme. It is supervised by my mentor Kasia Jagieła.

It is a frontend for Forget-It-Not application.

Table of contents

General info

The frontend of Forget-It-Not aplication, cooperating with Forget-It-Not BACKEND. Application Forget-It-Not is designed for learning languages and repeating new words (or other things like capitals or dates).

Technologies

  • Vue 3
  • Vuex 4
  • Axios
  • Vue-router
  • Bootstrap 4

Status

Project is: in progress

Features

  • Creating sets of flashcards (in question-answer format)
  • Filtering flashcards by date
  • Search bar to look for a specific flashcard
  • Learning all flashcards, flashcards from one set or from filtered part

To-do:

  • User registration and authentication
  • Sorting flashcards functionality

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.