React Project | How to Make A Quiz App in React JS | Quiz App using HTM, CSS and React JS

Опубликовано: 12 Октябрь 2024
на канале: Yoshita Jain
4,638
215

Hi People,
In this video we will learn how to make quiz App in React.js. We will create Quiz App using HTM, CSS and React JS step by step.

CSS-
.App {
text-align: center;
}

ul {
list-style-type: none;
padding: 0;
}

li {
margin: 10px 0;
padding: 10px;
cursor: pointer;
background-color: #f4f4f4;
}

li:hover {
background-color: #ddd;
}

.selected {
background-color: #b3e5fc;
}

.button{
background-color: #0dbc72;
border-radius: 20px;
width: 20%;
cursor: pointer;
}
.button-disable{
border-radius: 20px;
width: 20%;
cursor: not-allowed;
}
**********************************************************
#beginners #coding #programming
Follow me on Social Platforms
Instagram -   / jainyy.08  
LinkedIn-   / yoshita-jain-510893148  

Thank you guys for your support, subscribe ‪@yoshitajain0812‬
Love,
Yoshita :)