/circleforms

For all your circle-clicking related questions

Primary LanguageTypeScript

Circle Forms

This is a google forms inspired project adopted for an integration with a rythm game called osu!. Below is a showcase of some of the features i've built in collaboration with the team.

Stack

  • c# backend
  • React
  • Next.js
  • Tailwind
  • React Hook Form
  • Mantine
  • React Testing Library + Jest + Playwright (e2e)

Form creation

Probably the most challenging part of this application, managing complex dynamic state of multiple question types, with arbitrary number of options + the questions can change from one type to another one.

create.mp4

Form submission

When you first create the form, it is made in a draft format, so you can continue editing it, until you want to actually publish it.

publish.mp4

Form answer submission

submit.mp4
result.mp4

The main project with the latest code can be found here:

https://github.com/stanriders/circleforms

This fork was created just to showcase some of the functionality without making you register an account.