Giter Site home page Giter Site logo

qcm_app's Introduction

QCM_APP

Quiz (QCM) platform using the MERN stack (MongoDB, Express.js, React.js, Node.js)

Web Quiz Application

This is a web-based quiz application made with React.js and Node.js. It offers users (teachers) the possibility to create, edit and delete quizzes while at the same time allowing for regular users to take the quizzes and get grades.

Table of Contents

Features

User identification: Login and register.

  • Home page: Shows all existing quizzes:
    • Teachers: add a new quiz, modify a quiz, delete a quiz.
    • Students: Take a quiz.
  • Quiz page: View quiz questions and options.
  • Add quiz: Enables teachers to add their own quizzes.

Getting Started

These instructions will give you a version of the project that will run on your local computer for development and testing reasons.

Prerequisites

  • Node.js
  • react.js
  • Mongodb
  • npm

Installation

  1. Clone the repo :

    git clone https://github.com/adernajat/QCM_APP.git
    
  2. Install NPM packages :

    npm install
    
  3. Go to ./server/App.js and change the following line to your own database connection :

    mongoose
    .connect(
       "mongodb+srv://AderdourGouaaballa:[email protected]/"
    )
    

Usage

To start the server on your local machine for development purposes, and using the concurrently module, run the following:

npm run open

The application will start running on http://localhost:3000.

Contact

qcm_app's People

Contributors

adernajat avatar

Stargazers

 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.