GithubHelp home page GithubHelp logo

quiz-web's Introduction

Quiz-Web

Quiz-Web is an exciting web application built using cutting-edge technologies such as React, Node.js, Express.js, and MongoDB. It's your one-stop destination for creating and sharing quizzes with friends, family, and colleagues.

Please note that this project is still under active development, and we're constantly improving it to provide you with the best user experience.

Features

  • Create Quizzes: Craft your own unique quizzes with custom questions and answers.
  • Share Quizzes: Share your created quizzes with others by simply sending them the link.

API Endpoints

  1. Create Quiz

    • Endpoint: /createQuiz
    • Method: POST
    • Description: Get the quiz data and receive a JSON response with a redirect parameter containing the URL to your newly created quiz.
  2. Create Quiz Questions

    • Endpoint: /createQuiz/:id/questions
    • Method: POST
    • Description: Allows users to add questions to their quizzes and receive a redirect URL upon completion.
  3. Get Quiz Details

    • Endpoint: /attendQuiz/getQuiz/:id
    • Method: GET
    • Description: Allows users to get basic details of the quiz & also the questions.
  4. Get Result

    • Endpoint: /attendQuiz/:id
    • Method: POST
    • Description: Allows users to get the result of the quiz.
  5. Login

    • Endpoint: /auth/login
    • Method: POST
    • Description: Allows users to login.
  6. SignUp

    • Endpoint: /auth/register
    • Method: POST
    • Description: Allows users to signup.

Getting Started

Follow these steps to set up and run the Quiz-Web application on your local machine:

  1. Clone this repository to your local environment.

    • git clone https://github.com/sagnikMajumder89/Quiz-Web/quiz-web.git
  2. Install the necessary dependencies for both the client and server:

    • cd quiz-web/client
    • npm install
    • cd ../server
    • npm install
  3. Start the client and server:

    • Start the server
      • cd server
      • nodemon index.js
    • Start the client
      • cd client
      • npm start
  4. Access the Quiz-Web application in your web browser by visiting http://localhost:3000.

Contributors

  • Sagnik Majumder

Feedback and Support

For any questions, feedback, or support, please feel free to create an issue on our GitHub repository.

We hope you enjoy Quiz-Web and have a fantastic time creating and sharing quizzes with your friends and colleagues!

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.