Skip to content

I made this example project to test the powers of HTMX for ajax loading part of the html instead of a whole page reload.

Notifications You must be signed in to change notification settings

adnannazir/mcqsproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I made this example project to test the powers of HTMX for ajax loading part of the html instead of a whole page reload.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published