Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint-utils from 1.3.1 to 1.4.3 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
REACT_APP_BASE_API_URL=http://localhost:8000
REACT_APP_BASE_API_URL=http://localhost:3000
REACT_APP_OMDb_API_URL=http://www.omdbapi.com
REACT_APP_OBDb_API_KEY=a750487b
REACT_APP_GOOGLE_CLEINT_ID=954028998831-eqfpslokgk72l9nfnr7cq2ak6vsvtper.apps.googleusercontent.com
REACT_APP_GOOGLE_CLIENT_SECRET=bPKRHHBec1_hx0xhAe-82WLa
25 changes: 25 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": ["airbnb", "prettier"],
"parser": "babel-eslint",
"plugins": ["prettier"],
"rules": {
"prettier/prettier": ["error"],
"no-shadow": "off",
"react/jsx-filename-extension": "off",
"react/prop-types": "off",
"import/no-named-as-default": "off",
"import/no-named-as-default-member": "off",
"no-underscore-dangle": "off",
"react/jsx-one-expression-per-line": "off",
"react/no-did-update-set-state": "off",
"no-unused-expressions": "off",
"react/jsx-boolean-value": "off",
"consistent-return": "off",
"no-undef": "off",
"class-methods-use-this": "off",
"no-case-declarations": "off",
"import/no-extraneous-dependencies": "off",
"no-use-before-define": "off",
"import/no-cycle": "off"
}
}
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 100,
"singleQuote": true
}
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
## Available Scripts

In the project directory, you can run:
### To start the project run
```
yarn
yarn start
```

### `npm start`

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Open [http://localhost:3001](http://localhost:3001) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.
Expand Down
81 changes: 81 additions & 0 deletions docs/pocket-imdb-mockup/create-update-movie.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://static.pingendo.com/bootstrap/bootstrap-4.3.1.css">
</head>

<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4">
<div class="container"> <button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse" data-target="#navbar12" style="">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar12"> <a class="navbar-brand d-none d-md-block" href="#">
<i class="fa d-inline fa-film fa-2x"></i>
</a>
<ul class="navbar-nav mx-auto">
<li class="nav-item"> <a class="nav-link" href="#">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Genres</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Profile</a> </li>
</ul>
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="#">Log in</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Register</a> </li>
</ul>
</div>
</div>
</nav>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center mb-3">Create or update a movie:</h5>
<div class="row">
<div class="col-md-6 d-flex justify-content-end align-items-center" style="">
<h5 class="">Title:</h5>
</div>
<div class="col-md-6 w-75" style="">
<div class="form-group"><input type="text" class="form-control w-75" id="inlineFormInputGroup" placeholder="Search"></div>
</div>
</div>
<div class="row">
<div class="col-md-6 d-flex justify-content-end align-items-center" style="">
<h5 class="">Description</h5>
</div>
<div class="col-md-6 w-75" style="">
<div class="form-group"><input type="text" class="form-control w-75" id="inlineFormInputGroup" placeholder="Search"></div>
</div>
</div>
<div class="row">
<div class="col-md-6 d-flex justify-content-end align-items-center" style="">
<h5 class="">Imnage url:</h5>
</div>
<div class="col-md-6 w-75" style="">
<div class="form-group"><input type="text" class="form-control w-75" id="inlineFormInputGroup" placeholder="Search"></div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-12 d-flex justify-content-center align-items-center"><a class="btn btn-success" href="#">Save</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free&nbsp;&nbsp;<img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo>
</body>

</html>
70 changes: 70 additions & 0 deletions docs/pocket-imdb-mockup/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://static.pingendo.com/bootstrap/bootstrap-4.3.1.css">
</head>

<body>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row h-100">
<div class="col-md-3"></div>
<div class="col-md-6 justify-content-center align-items-center">
<div class="card mt-5">
<div class="card-body">
<h3 class="text-center mb-3">Log in:</h3>
<form id="c_form-h" class="">
<div class="row">
<div class="col-md-12">
<div class="form-group row d-flex justify-content-center align-items-center">
<div class="col-10 d-flex justify-content-center align-items-center">
<input type="text" class="form-control w-75" id="inputmailh" placeholder="Enter username">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group row d-flex justify-content-center align-items-center">
<div class="col-10 d-flex justify-content-center align-items-center">
<input type="password" class="form-control w-75" id="inputmailh" placeholder="Enter password">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4 d-flex justify-content-center align-items-center"><button type="submit" class="btn btn-success">Log in</button></div>
<div class="col-md-4"></div>
</div>
<br>
<div class="row">
<div class="col-md-12 d-flex justify-content-center align-items-center">
<a href="#">
<h5 class="">Don't have an account?</h5>
</a>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="col-md-3"></div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free&nbsp;&nbsp;<img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo>
</body>

</html>
61 changes: 61 additions & 0 deletions docs/pocket-imdb-mockup/movie.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://static.pingendo.com/bootstrap/bootstrap-4.3.1.css">
</head>

<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-4">
<div class="container"> <button class="navbar-toggler navbar-toggler-right border-0" type="button" data-toggle="collapse" data-target="#navbar12">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar12"> <a class="navbar-brand d-none d-md-block" href="#">
<i class="fa d-inline fa-film fa-2x"></i>
</a>
<ul class="navbar-nav mx-auto">
<li class="nav-item"> <a class="nav-link" href="#">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Genres</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Profile</a> </li>
</ul>
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="#">Log in</a> </li>
<li class="nav-item"> <a class="nav-link" href="#">Register</a> </li>
</ul>
</div>
</div>
</nav>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="card">
<div class="card-body">
<div class="row">
<div class="col-md-6"><img class="img-fluid d-block" src="https://static.pingendo.com/img-placeholder-1.svg"></div>
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title"><b>Trainspotting</b></h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 d-flex justify-content-end m-1"><a class="btn btn-info" href="#" contenteditable="true">Edit</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<pingendo onclick="window.open('https://pingendo.com/', '_blank')" style="cursor:pointer;position: fixed;bottom: 20px;right:20px;padding:4px;background-color: #00b0eb;border-radius: 8px; width:220px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:14px;color:white">Made with Pingendo Free&nbsp;&nbsp;<img src="https://pingendo.com/site-assets/Pingendo_logo_big.png" class="d-block" alt="Pingendo logo" height="16"></pingendo>
</body>

</html>
Loading