Skip to content

A Conditional Registration Process System built with Django, A Python Framework.

Notifications You must be signed in to change notification settings

DonGuillotine/government-registeration-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional Registeration Form.

I built this for a coding assessment test during a job interview process.

The Conditional Registration Process System is a web application I built using the Django framework. It allows users to register for an account on the system, but with a twist: the registration process is conditional, meaning that certain fields or steps in the process are only displayed or required based on the user's input or previous selections.

Select a Plan Type.

Accept Terms and Conditions for the Formal(Public Sector).

The Enrol Form(Public Sector).

Registeration Form(Public Sector) Integrated with AJAX (Asynchronous JavaScript and XML) technology, which allows for dynamic and seamless updates to the form without the need to refresh the entire page.

Finally biometrics to finish up! 😎

Success.

Contributing to this Repo

I welcome and appreciate contributions to this open-source project!

Getting Started

  1. Fork this repository on GitHub
  2. Clone this repository to your local machine
  3. Create a new branch for your changes

Making Changes

  1. Add your changes
  2. Run tests (if applicable)
  3. Commit your changes with a clear and descriptive commit message

Submitting a Pull Request

  1. Push your changes to your fork on GitHub
  2. Open a Pull Request and include a clear and descriptive title and explanation of your changes
  3. I will review and merge your changes

Additional Resources

Django Installation Guide

Django Logo

This guide will help you install Django for the first time on your local machine.

Prerequisites

  • Python3 installed on your machine

Installation

  1. Open the terminal and run the following command to install Django:
pip install django
  1. Verify the installation by running the following command:
django-admin --version

You should see the version number of Django that you just installed.

Create a Django Project

  1. Open the terminal and navigate to the desired directory where you want to create your Django project.
  2. Run the following command to create a new Django project:
django-admin startproject projectname

Replace "projectname" with the name of your project.

Run the Development Server

  1. Navigate into the project directory using the following command:
cd projectname
  1. Run the following command to start the development server:
python manage.py runserver

Your Django project is now up and running on your local machine. Open your web browser and go to http://127.0.0.1:8000/ to see the default Django page ❣️

About

A Conditional Registration Process System built with Django, A Python Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages