Debas-31 / movies-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie App.

It's a web App project on movies. A user enables to select a film from the stored data that fetch from the API

Built With

  • HTML
  • CSS
  • JavaScript
  • React
  • Redux

Getting Started

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

Prerequisites

  • Node and NPM
  • Web browser (Google chrome)
  • Code Editor (VSCode)

Development (Running locally)

  • git clone the project
git clone git@github.com:Debas-31/movies-app
  • Install Dependencies
npm install
  • To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
  • Automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
  • To fix automatically javaScript issues found
npx eslint . --fix
  • Finally, start your development server by running:
npm start

👤 Debas Gebreslasie

🤝 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

📝 License

MIT licensed.

About


Languages

Language:HTML 53.0%Language:JavaScript 37.6%Language:CSS 9.5%