JSirisavath / Eventure-App

This is a hackathon project from the Hack the Gap 2024. Eventure app allows users to signup and create a account to have curated or random events they can go nearby and hangout/network with. Users have the option for this to be casual or professional based on their interests and profile set up.
0 stars 0 forks source link

Revise interests select page after sign up #15

Open JSirisavath opened 1 month ago

JSirisavath commented 1 month ago

The current interests select page does not have a working functionality but rather a static image to demo.

Implement a working functionality and follow same layout as the figma design.

JSirisavath commented 1 month ago

Bootstrap for the grids of each interests bar: https://getbootstrap.com

JSirisavath commented 1 month ago

https://getbootstrap.com/docs/5.3/layout/columns/

JSirisavath commented 1 month ago

Implement the "Create Account" button if at least one interest is chosen from each section

JSirisavath commented 1 month ago

grid template example :

https://getbootstrap.com/docs/5.3/examples/grid/

JSirisavath commented 1 month ago

Potentially reference this article for state changes. Need to install tailwind: https://testdriven.io/blog/django-htmx-tailwind/