Skip to content

Shubh-Dev/capstone-md-2

Repository files navigation

Grill & Chill

The website allows food lovers to look for the food cards by name, see all cards in series, add new likes and comments(yet to be implimented) to the cards.

Built With

  • Major languages: JavaScript HTML & CSS
  • linters
  • webpack to bundle JavaScript
  • Frameworks: none
  • API services

Webpage Link

Live Demo (if available)

Will be available soon.

Documentation Video

Documentation video

ScreenShot

Screenshot (249)


How to use this repo-

Grill & Chill Test For tracking linter errors locally you need to follow these steps:

Getting started After cloning the project you need to run this command

Getting started with Webpack

npm install webpack webpack-cli --save-dev

Getting packages and debuging with Stylelint

npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
For validation detection using Stylelint Run
npx stylelint "**/*.{css,scss}"
from parent source directory

Getting packages and debuging with ESlint

npm install npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
For validation detection using Stylelint Run
npx eslint .
from parent source directory

Getting packages and debuging with Webhint

npm init -y
npm install --save-dev hint@6.x
For validation detection using Webhint, Run
npx hint .
To install all dependencies
npm install
To Compile and See a live Version, Run
npm run build 
npm run start

Authors

👤 Shubh M

🤝 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published