Fork this repo and make a pull request . DO NOT work on others pages and make your own folder for each task to prevent merge conflicts
-
Clone an existing repository of React and create a horizontal sliding component with the following specifications:
- The slider should display three cards at a time on a laptop and only one card at a time on mobile phones.
- Use CSS Grid.
- Make the UI as interactive as you can by CSS animations, text etc and showcase your technical skills in each card.
-
Create a page of your own in a folder with your name in
src/pages
, which includes the JavaScript and CSS files. Add a route inapp.js
to link your page toapp.js
.
-
Use an JSON data file with quiz questions of your choice and create a simple quiz application with the following requirements:
- The application should be responsive.
- The user should be able to attend the quiz with only one question displayed at a time, along with the current score.
- Make the UI as close as possible to this design: Audible Utility Quiz.
- The quiz should end after 10 to 15 questions, rhe questions should be of random order displaying the score and providing an option to reattempt the quiz.
-
Upload your React application in the
task_2
folder without thenode_modules
.
-CSS
-HTML
-Java Script
-React
-Git