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 2 #2

Open
wants to merge 2 commits into
base: main
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
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/react-quiz-app.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.tslint": true,
"source.organizeImports": true
},
"javascript.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>
Loading