Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.2 KB

Readme.md

File metadata and controls

53 lines (34 loc) · 1.2 KB

MCQs Nest

I made this example project to test the powers of HTMX for ajax loading part of the html instead of a whole page reload. I used bootstrap 5 template for the styling. Made with Django, Faker for generating data questions, options data for demonstrating, Charts JS for showing charts and HTMX for dynamic loading of data.

Table of Contents

Features

  • Create MCQs
  • Create Categories
  • Fully Fledged Dashboard
  • Charts JS
  • HTMX

Installation

Provide instructions on how to install and set up the project locally.

# Clone the repository
git clone https://github.com/adnannazir/mcqsproject.git

# Change into the project directory
cd mcqsproject

# Install dependencies
pip install -r requirements.txt

# Run migrations
python manage.py migrate

# Run the development server
python manage.py runserver

UI Powered By