A really simple but well-made menu, just an Idea I had for a restaurant (not a real one). Has some functionality implemented.
To view this project you can't just simply use the dir inside of a browser (mainly cause of the imports done on Css and the images) Instead, you have to make a local server and open the Html file using it. Here are some solutions:
-
Using
nodeJsif installed, just simply runnpx serveon the main dir to start a local server. -
Using vs code, the
live serverplugin can be used on the project. -
Using
Wampif you're feeling crazy, and -
...
Just for practice and experience, also thought maybe the implementation may seem interesting to some people. Simply, handling the animations and button states was fun doing in javascript.
I'll also soon upload this to my resume, with my name included, but feel free to take inspiration for now :)