Addis-Belete / Restaurant_page

In this project, I built a basic restaurant page using JavaScript and webpack. All pages are build using DOM manipulations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaraunt Page

In this project, I built a basic restaurant page using JavaScript and webpack. All pages are build using DOM manipulations.

screenshot screenshot screenshot

Additional description about the project and its features.

Built With

  • JavaScript
  • Webpack
  • Css3
  • Dom manipulations

Live Demo

Live Demo Link

Prerequisites

Web Browser

Install

$ npm install --save-dev webpack

Getting Started

To get local copy up and running follow these simple example steps

git clone git@github.com:Addis0943/Restaurant.git
cd Restaurant

Linters.

Install some dependencies by running the following command

npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
npm install --save-dev stylelint@13.3.x stylelint-scss@3.17.x stylelint-config-standard@20.0.x stylelint-csstree-validator

Run the following command to check linters

npx eslint .
npx stylelint "\*_/_.{css,scss}"

Deployment

Install and run a live server plugin on your Text editor.

👤 Addis Belete

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

In this project, I built a basic restaurant page using JavaScript and webpack. All pages are build using DOM manipulations.


Languages

Language:JavaScript 56.2%Language:CSS 43.8%