Public vals
3
concentricCirclesApp
@kaz
HTTP
* This app displays a thick horizontal line with a color gradient from dark red to yellow to light green.
* Below each section, there's a text input field. Each color section can have up to 8 values.
* It uses React for the UI and CSS for styling the gradient line and inputs.
* It includes a reorder functionality for the items in each section and an expandable "Learn more" section.
marineMoccasinLizard
@kaz
HTTP
* This app implements a "Would You Rather" game with a ranking system for answers and a progress bar.
* It uses React for the frontend and SQLite for persistent storage on the backend.
* The ranking system updates based on user choices and displays in the Answers tab.
* A progress bar is added to show completion of 20 questions.