Project to create restaurant page using only Vanilla JS and CSS
Note: This Website works best with High Resolution Screens (1080p and up). Check the improvements section for future updates.
- JS
- CSS
- HTML (all html in this project generated by Javascript)
- Visual Studio Code
- Linux terminal
- Git and GitHub
- ESLint
- Webpack
- Used ES6 Modules for more modular code.
- Used CSS3 grid and flex to create layout.
- Used Git and GitHub for project management.
- Tried to maintain clean code.
- Cross tested on Firefox and Chromium based browsers.
Features I am going to add to this app:
- Approach a Responsive Web Design(RWD)
- ES6 Modules.
- Better understanding of dom manipulation.
- A lot of minor things.
In order to setup and work on this project, you will need to:
-
Clone this project:
git clone https://github.com/voidchef/restaurant_page.git
-
Once you have cloned this project, you can install the required dependencies by using:
npm install
-
A live demo of the project can be started by using:
npm start
-
Distribution files can be produced using:
npm run build
Contributions, issues, and feature requests are welcome!
👤 voidchef
- GitHub: voidchef