Advanced React application Voice controlled. This is News application, where you can list and read news worldwide. When you load application, say open instructions and follow them.
You will be needing:
- A terminal terminal
- A code editor
- React(follow the instructions based on your OS)
https://reactjs.org/docs/create-a-new-react-app.html
git clone https://github.com/VuDej/react-alexa.git.gitcd restaurant-frontendnpm installnpm startnpm installFor Stylelint:
npx stylelint "**/*.{css,scss}"For stylelint:
npx stylelint "**/*.{css,scss}" --fix
```{
"env": {
"browser": true,
"es6": true,
"jest": true
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 2018,
"sourceType": "module"
},
"extends": ["airbnb", "plugin:react/recommended"],
"plugins": ["react"],
"rules": {
"react/jsx-filename-extension": ["warn", { "extensions": [".js", ".jsx"] }],
"react/react-in-jsx-scope": "off",
"import/no-unresolved": "off",
"no-shadow": "off"
},
"ignorePatterns": [
"dist/",
"build/"
]
}
```bash
npm startContributions, issues, and feature requests are greatly appreciated!
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "improvements".
- Fork the Project
- Create your Feature Branch (git checkout -b feature/yourfeaturename)
- Commit your Changes (git commit -m 'Add suggested feature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Feel free to check the issues page.
Give a ⭐️ if you like this project!
