dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Substitute Mantine with Radix UI #11

Open dongheenam opened 1 year ago

dongheenam commented 1 year ago

Building some core components with Radix UI and modular CSS.

Tasks

Basic components

Interactives

Form elements

dongheenam commented 1 year ago

This is taking way too much time, I will focus on code splitting for now, and I will work on the UI later.

dongheenam commented 1 year ago

I finally decided to reopen this, but without trying to modularise the app too much. I don't need to recreate MUI, just enough code necessary for the app.

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/a9b52a0dd0b551f8afe55fc5f466a71137ad7f2a Complete writing the basic layout and the select elements

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/0e19c799e2c139c4541608394afcadd0311d1e6a Complete the search panel

dongheenam commented 1 year ago

Progress update

Components:

Sections:

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/7784b588b285e1d0299a214fea6eba9cdea9387a Completed designing question editor