Giter VIP home page Giter VIP logo

quiz-app's Introduction

QUIZ-APP

Quiz Web Application focuses on building a simple quiz application with user authentication using the MERN stack (MongoDB/MySQL, Express.js, React.js, and Node.js). It incorporates full CRUD operations with some intriguing functionalities.

Admin

  • Admin should be able to Add, Edit, and Delete Quiz and its questions. Quiz should contain title, description.
  • Admin should be able to view all quizzes added to application.
  • All questions should be Multiple Choice Questions (MCQs) for easy implementation.
  • View scores of all users that attempted Quiz or any particular quiz.
  • View all necessary data on dashboard.

User

  • View all available on web application which admin has added.
  • Able to answer all question which user has not attempted. If user has attempted quiz previously it should display appropriate message for the same.
  • After completing quiz of particular subject user should be able to view its score.
  • View all previously attempted quizzes and scores of particular quizzes.
  • View all necessary data on dashboard.

Frontend:

  • Technologies: React.js for building the user interface.
  • UI Library: Ant Design (Antd) for pre-designed UI components.
  • Routing: React Router for handling client-side routing.
  • State Management: Redux for managing application state.
  • Authentication: JSON Web Tokens (JWT) for user authentication.
  • API Calls: Axios for making HTTP requests to the backend.

Backend:

  • Technologies: Node.js with Express.js framework for building the backend server.
  • Database: MongoDB for storing user data, exam questions, and results.
  • Authentication: JSON Web Tokens (JWT) for user authentication.
  • API Endpoints: Express routes to handle authentication, exam management, and result reporting.
  • Security: bcrypt for password hashing.

Installation steps:

commands :

  • clone the repository:

    git clone "repository-url"

  • Backend Installation:

    cd server

    npm install

  • Start the Development server for Backend:

    npm start

  • Frontend Installation:

    cd client

    npm install

  • Start the Development Server for Frontend:

    npm start

quiz-app's People

Contributors

vaishali86c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.