Skip to content

MarufAlAslam/react-delta-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello There! Welcome to Delta Quiz

You'll find the live website here: https://delta-quiz.netlify.app/


What is Delta Quiz?

Delta Quiz is a quiz app that allows you to create and take quizzes.
It is built with:

  • React js for the frontend
  • React Bootstrap for responsive layouts and simple designs
  • Vanilla CSS for custom stylings
  • React Router for routing
  • React Fontawesome for icons
  • Recharts for Amazing Charts

Work Flow:

In this below list, I'm writting the actual work flow I've followed to complete the project.

  1. Create React App Named "Delta-Quiz" using npx create-react-app delta-quiz command.
  2. Create Local Repository using git init command.
  3. Changed the favicon and title of the website
  4. pushed the local repository to github using git remote add origin command
  5. Installed React Router using npm install react-router-dom command.
  6. Installed React Bootstrap using npm install react-bootstrap bootstrap command.
  7. Installed React Fontawesome using npm install --save @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome command.
  8. Installed Recharts using npm install recharts command.
  9. Installed React Toastify using npm install react-toastify command.
  10. Created Components Folder and add all the components one by one when necessary.
  11. Created Navar to Navigate between pages.
  12. Fetched Data from API and displayed it in the UI.
  13. Added Quiz Page and Quiz Component.
  14. Added Quiz Result Component, and display the result.
  15. Added a Composite Chart(Bar and Line) in statistics page. it contains the total number of quizes availabe per category.
  16. Added a Blog Page contains 3 provided questions and answers.
  17. Added a 404 not found page
  18. Made the website Responsive
  19. Check and Push Everything to Github.
  20. Build the project using npm run build command.
  21. Deployed the project using Netlify.

Which things I liked the most in this project?

  • Installing React
  • Installing React Router
  • Creating Routes with React Router
  • Creating Components
  • Fetching Data from API
  • Passing Data using Props
  • Using React Bootstrap
  • Using Recharts
  • Using React Toastify
  • Using React Fontawesome