LexiQ banner

LexiQ

3 devlogs
8h 16m 18s

A vocabulary building app.

i250882

Changes:

  • New Paragraphs Page
  • Sample data of 2 paragraphs with each of their words meaning in DB

Next before moving to UI tweaks, I will be working on making each word of a paragraph a separate DOM element which when hovered, fetches its meaning from DB and shows it to use the user.

Attachment
0
i250882

Changes:

  • Made some cleanup changes to backend.
  • Started working on home page (image is obviously unfinished)

Yap:
So i am really really bad with UI, my experience with UI is almost zero, but somehow i am doing it in react, so this is what i am up to now, to give an idea of how bad i am with UI, let me share my last 3 searches, what property in css stops a text inside container from breaking into lines, border syntax in css and shadow syntax.
So yeah, this is gonna take time, but i think its a simple project and shouldnt take longer.

Attachment
0
i250882

First Log!!
Current Vision:

  • I want to create an english vocabulary builder app, but i wanna make it different/effective by tracking user’s weak words and creating personalized MCQs based on these. So its main idea is user is given a paragraph to read, when user thinks they dont know a word, they can hover over the word to see its meaning, and by doing this they will automatically save it as their weak word, and after a few paragraphs user can create a quiz based on the weak words.

Progress:

  • Initial Backend endpoints and models
  • Backend user auth and login

Next:

  • Gonna move to setup a basic frontend to interact with the app
Attachment
0