Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 948 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 948 Bytes

QuizGramm - Online Quiz Maker

Welcome to the QuizGramm project! This is a web application developed using the MERN stack (MongoDB, Express.js, React.js, Node.js) to create, take, and manage quizzes.

Features

  • Home Page: A welcoming landing page for users to navigate through the platform.
  • Quiz Creation: Create custom quizzes with different question types and difficulty levels.
  • Quiz Taking: Users can take quizzes and interact with various question formats.
  • Quiz Result: Detailed feedback and scoring after completing a quiz.
  • Quiz Listing: Browse and access available quizzes.
  • User Authentication: Secure authentication system for users to register and log in.

Technologies Used

  • Frontend: React.js, Framer Motion (for animations), React Router (for routing), Axios (for API requests).
  • Backend: Node.js, Express.js, MongoDB (using Mongoose for object modeling), JSON Web Tokens (JWT) for authentication.