-
Notifications
You must be signed in to change notification settings - Fork 0
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
Submission - rish-16 #2
Comments
Hi @rish-16, I think this is very good effort for a day of work! Before we accept this:
Just some other tips:
Once you make the change to the fonts, my team and I are ready to accept your submission. But since we are still at a very early stage of OpenHack, I'd like to offer you an (additional) challenge: write tests for your code (you could look up Have fun! |
Hey @chrisgzf thanks for the looksee! I'll add some fonts for windows as well. Will also look up Jest. Haven't used it before. The idea of using badges sounds interesting. Will see what all I can add to the README. Cheers :D |
I've changed the fonts! @chrisgzf Will move onto the Jest testing. Also, thanks for organising OpenHack! It was super fun making this project (had it at the back of my mind but never really had the chance to implement it). |
@chrisgzf any more things I have left before having my submission finalised? |
Hi @rish-16, congratulations! Your OpenHack submission is now accepted! Please visit https://openhack.nushackers.org/congrats and fill up the form so that we can capture your details for the prizes. We hope you had fun working on the challenge and we hope you will continue making open-source contributions, even outside of the event! |
Will do, thanks Chris! Was a fun experience :D |
Submission Details
Type of Submission:
Link to open-source project: https://github.com/rish-16/Angelfire (leave a ⭐️if you 💛it!)
Additional information (optional):
Angelfire
is a JavaScript library that allows users to build fully-customisable context menus (the menu that shows up when you right-click something on a webpage) and drop-down menus.You can add styles to the menus and can even add sub-menus (WIP). It takes in a
config
object containing the different options in the menu and the respective on-click events.When building menus for any type of element, I've had to write a lot of code to create them. With
Angelfire
, you can quickly generate one with only a few lines of code.More info on the README.
The text was updated successfully, but these errors were encountered: