-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: List of Cairo examples to select from #109
Comments
Would love to take this one ! (I made a self-intro here : #93 (comment)) |
I think I can add these examples to the Cairo array in the example object, after which, when selecting the appropriate option in dropdown, call setCairoCode((examples[initialCodeType][index of the selected example]) I introduced myself here (#97 (comment)) |
Hey, i am Jaipal. a seasoned frontend engineer with 2 years of experience. |
Hi @mazurroman I am a fulltime frontend developer and I will love to handle this issue. |
Assigned to @melnikga because the comment was among the first ones with the most comprehensive info on how to build this. @jaipaljadeja your comment is also very detailed, thank you very much for your interest! Unfortunately it came a bit later than @melnikga 's. Feel free to check #100 or #93 and add your comments there if you are up for any of those. |
…-select-from- feat: List of Cairo examples to select from - Issue #109
Add a dropdown next to the “Enter program arguments” input where the user can select a Cairo code snippet example to be used in the playground.
Here is the list of code snippets with their name in the dropdown:
Variables & mutability
Type casting
Control flow
Functions
Arrays
Dictionaries
Ownership
The text was updated successfully, but these errors were encountered: