wandifrog / movie-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie List

Step to run this application

  1. Clone this repository
  2. npm install OR yarn
  3. npm run start OR yarn start

Features

  • React hooks
  • TypeScript
  • Context API
  • Light and Dark mode
  • Multi language

Depedencies Version

"dependencies": {
  "@apollo/client": "^3.3.4",
  "@emotion/react": "^11.1.2",
  "@emotion/styled": "^11.0.0",
  "@testing-library/jest-dom": "^5.11.4",
  "@testing-library/react": "^11.1.0",
  "@testing-library/user-event": "^12.1.10",
  "graphql": "^15.4.0",
  "react": "^17.0.1",
  "react-dom": "^17.0.1",
  "react-router-dom": "^5.2.0",
  "react-scripts": "4.0.1",
  "web-vitals": "^0.2.4"
},
"devDependencies": {
  "@commitlint/config-conventional": "^11.0.0",
  "@types/jest": "^26.0.18",
  "@types/node": "^14.14.11",
  "@types/react-dom": "^17.0.0",
  "@types/react-router-dom": "^5.1.6",
  "@types/react": "^17.0.0",
  "@typescript-eslint/eslint-plugin": "^4.6.1",
  "@typescript-eslint/parser": "^4.6.1",
  "commitlint": "^11.0.0",
  "csstype": "^3.0.5",
  "eslint-plugin-react": "^7.21.5",
  "eslint": "^7.14.0",
  "husky": "^4.3.0",
  "i": "^0.3.6",
  "lint-staged": "^10.5.2",
  "npm": "^6.14.9",
  "standard-version": "^9.3.0",
  "typescript": "^4.1.2"
}

About


Languages

Language:TypeScript 83.6%Language:HTML 11.6%Language:JavaScript 4.8%Language:Shell 0.1%