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

Lesson 21 #21

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
62 changes: 61 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,70 @@
{
"editor.fontSize": 20,
"editor.fontLigatures": true,
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.tslint": true,
"source.organizeImports": true
},
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic"
}
}
]
},
// cursor
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "expand",

// config related to code formatting
"editor.defaultFormatter": "esbenp.prettier-vscode",
// "[javascript]": {
// "editor.formatOnSave": false,
// "editor.defaultFormatter": null
// },
// "[javascriptreact]": {
// "editor.formatOnSave": false,
// "editor.defaultFormatter": null
// },
"eslint.alwaysShowStatus": true,

//terminal
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontWeight": "normal",
"terminal.integrated.fontFamily": "monospace",
"workbench.colorTheme": "Learn with Sumit Theme - Dracula version",
"workbench.iconTheme": "material-icon-theme",

// terminal customization
"workbench.colorCustomizations": {
"terminal.background": "#0a0b0c",
"terminal.foreground": "#18ff03",
"terminalCursor.background": "#fce51c",
"terminalCursor.foreground": "#5fff82",
"terminal.ansiBlack": "#1D2021",
"terminal.ansiBlue": "#0D6678",
"terminal.ansiBrightBlack": "#665C54",
"terminal.ansiBrightBlue": "#0D6678",
"terminal.ansiBrightCyan": "#8BA59B",
"terminal.ansiBrightGreen": "#95C085",
"terminal.ansiBrightMagenta": "#8F4673",
"terminal.ansiBrightRed": "#FB543F",
"terminal.ansiBrightWhite": "#FDF4C1",
"terminal.ansiBrightYellow": "#FAC03B",
"terminal.ansiCyan": "#8BA59B",
"terminal.ansiGreen": "#95C085",
"terminal.ansiMagenta": "#8F4673",
"terminal.ansiRed": "#FB543F",
"terminal.ansiWhite": "#A89984",
"terminal.ansiYellow": "#c0942e"
},
"javascript.validate.enable": false,
"typescript.validate.enable": false,
"typescript.validate.enable": false
}
Binary file added html/images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions html/images/login.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/logo-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions html/images/signup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added html/images/success.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:title"
content="React Quiz Project by Learn with Sumit"
/>
<meta
property="og:description"
content="React Quiz Project under Learn with Sumit React Tutorial Series playlist"
/>

<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/grid-list.css" />

<title>Home - Learn With Sumit</title>
</head>
<body>
<nav class="nav">
<ul>
<li>
<a href="index.html" class="brand">
<img src="./images/logo-bg.png" alt="Learn with Sumit Logo" />
<h3>Learn with Sumit</h3>
</a>
</li>
</ul>
<div class="account">
<span class="material-icons-outlined" title="Account">
account_circle
</span>
<a href="signup.html">Signup</a>
<!-- <span class="material-icons-outlined" title="Logout"> logout </span> -->
</div>
</nav>

<main class="main">
<div class="container">
<div class="videos">
<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : 10 / 10</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : 5 / 10</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>

<a href="quiz.html"
><div class="video">
<img src="./images/3.jpg" alt="" />
<p>#23 React Hooks Bangla - React useReducer hook Bangla</p>
<div class="qmeta">
<p>10 Questions</p>
<p>Score : Not taken yet</p>
</div>
</div>
</a>
</div>
</div>
</main>
</body>
</html>
63 changes: 63 additions & 0 deletions html/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="React Quiz Project by Learn with Sumit" />
<meta property="og:description" content="React Quiz Project under Learn with Sumit React Tutorial Series playlist" />

<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/quiz.css" />

<title>Login - Learn with Sumit</title>
</head>
<body>
<!-- Navigatin Bar -->
<nav class="nav">
<ul>
<li>
<a href="index.html" class="brand">
<img src="./images/logo-bg.png" alt="Learn with Sumit Logo" />
<h3>Learn with Sumit</h3>
</a>
</li>
</ul>
<div class="account">
<span class="material-icons-outlined" title="Account"> account_circle </span>
<a href="signup.html">Signup</a>
<!-- <span class="material-icons-outlined" title="Logout"> logout </span> -->
</div>
</nav>

<main class="main">
<div class="container">
<h1>Login to your account</h1>
<div class="column">
<div class="illustration">
<img src="./images/login.svg" alt="Login" />
</div>
<form class="login form" action="#">
<div class="textInput">
<input type="text" placeholder="Enter email" />
<span class="material-icons-outlined"> alternate_email </span>
</div>

<div class="textInput">
<input type="password" placeholder="Enter password" />
<span class="material-icons-outlined"> lock </span>
</div>

<button class="button">
<span>Submit now</span>
</button>

<div class="info">Don't have an account? <a href="signup.html">Signup</a> instead.</div>
</form>
</div>
</div>
</main>

<script src="./scripts/script.js"></script>
</body>
</html>
Loading