alexawesomecode / project-restaurant-js

A restaurant landing page experiment built with only Javascript. It uses Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

Fancy Restaurant Landing Page

Live Version link - https://alexawesomecode.github.io/project-restaurant-js/

A restaurant page built using only JS.

Project Restaurant JS

This project was built only using Javascript for DOM creation and manipulation. Everything, from the content to animations and styling was created inside Js functions.

This is made possible by webpack sourcing three differents files (one for every view) and pushing changes to the DOM through events.

Snapshot

screenshot

Validations

-ESLINT

Get Started

Download or clone this repo here and open the 'index.html. file.

Built With

This project was built with these techologies:

  • JAVASCRIPT (extensivily used for DOM manipulation)
  • HTML
  • WEBPACK
  • CSS3

Authors

Alejandro Andres

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgements

About

A restaurant landing page experiment built with only Javascript. It uses Webpack.


Languages

Language:JavaScript 100.0%