Git Product home page Git Product logo

mcq-maker-fullstack's Introduction

MCQ-Maker-Fullstack

Frontend of the MCQ-Maker web app

Overview

MCQ-Maker enables you to create a multiple-choice exam and share the link with anyone to take the test. The owner of the MCQ can then view the submissions, along with the names of the persons and their marks.

Getting Started

  1. Navigate to the directory where you want to clone the repository:

    cd your-project-directory
  2. Clone the repository:

    git clone https://github.com/your-username/vite-react-tailwind.git
  3. Navigate to the project directory:

    cd vite-react-tailwind
  4. Install dependencies:

    npm install
  5. Start the development server:

    npm run dev

    This will start the development server and open the application in your default web browser. The server supports hot module replacement for a smooth development experience. Make sure to start the server on local host 5173

Building for Production

To build the project for production, you can use the following command:

npm run build

This will generate an optimized build in the dist directory.

Features

  • Vite: Lightning-fast build tool and development server.
  • React: A JavaScript library for building user interfaces.
  • Tailwind CSS: A utility-first CSS framework for rapid styling.
  • ESLint: Linting utility for maintaining code quality.
  • Prettier: Opinionated code formatter for consistent code style.
  • HMR (Hot Module Replacement): Instantly see the changes as you edit the code.
  • Routing: Basic routing setup using React Router (modify as needed).

Project Structure

  • public/: Static assets and HTML template.
  • src/: Application source code.
    • assets/: Images, fonts, and other static assets.
    • components/: Reusable React components.
    • pages/: Application pages and views.
    • App.jsx: Root component.
    • main.jsx: Entry point of the application.
  • tailwind.config.js: Global styles and Tailwind CSS configuration.

Customization

Feel free to customize this template to suit your project's needs. You can modify styles, add additional components, and enhance the routing as necessary.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Happy coding! ๐Ÿš€

mcq-maker-fullstack's People

Contributors

afeefrazick 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.