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.
- Major languages: JavaScript HTML & CSS
- linters
- webpack to bundle JavaScript
- Frameworks: none
- API services
Will be available soon.
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
npm install webpack webpack-cli --save-dev
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npx stylelint "**/*.{css,scss}"
npm install npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
npx eslint .
npm init -y
npm install --save-dev hint@6.x
npx hint .
npm install
npm run build
npm run start
👤 Shubh M
- GitHub: @Shubh-Dev
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.