Skip to content

DeVuDeveloper/react-alexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Alexa

Screenshot

Description 🏗️

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.

(back to top)

Getting Started 🏁

Prerequisites and Dependencies 📜

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

Clone this repository

git clone https://github.com/VuDej/react-alexa.git.git

Move into the directory with

cd restaurant-frontend

Install linter

npm install

Start server

npm start

Install linter

npm install

Run linter

For Stylelint:

npx stylelint "**/*.{css,scss}"

Auto-correct

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 start

(back to top)

Built With 🔨

Languages
React Redux
Tools 🛠️
Git GitHub Markdown Visual Studio Code

(back to top)

Authors ✍️

👤 vudej

| Github profile Linkedin profile Twitter profile |

(back to top)

🤝 Contributors

Contributions, 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.

(back to top)

📝 License

This project is licensed by License: MIT

Show your support 💪

Give a ⭐️ if you like this project!

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors

Languages