All Projects → kimlimjustin → google-form-clone

kimlimjustin / google-form-clone

Licence: MIT license
Clone of Google forms built using Django and Javascript

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to google-form-clone

django-munigeo
Reusable Django application for storing and accessing municipality-related geospatial data
Stars: ✭ 12 (-89.29%)
Mutual labels:  django-application
soak-your-brain-elearning-app
An e-learning platform built in python (django)
Stars: ✭ 18 (-83.93%)
Mutual labels:  django-application
DjanGoat
Python and Django implementation of the OWASP RailsGoat project
Stars: ✭ 65 (-41.96%)
Mutual labels:  django-application
matchering-web
🎚️ Self-Hosted LANDR / eMastered Alternative
Stars: ✭ 25 (-77.68%)
Mutual labels:  django-application
PyEditorial
A free, open-source Blog CMS based on the "Django" and "Editorial" HTML5 theme.
Stars: ✭ 178 (+58.93%)
Mutual labels:  django-application
Django-CRM-Project
Django CRM Project - Youtube Tutorial
Stars: ✭ 108 (-3.57%)
Mutual labels:  django-application
django-mapbox-location-field
Simple in use location model and form field with MapInput widget for picking some location. Uses mapbox gl js, flexible map provider API. Fully compatible with bootstrap framework. Can be used with spatial or plain databases.
Stars: ✭ 60 (-46.43%)
Mutual labels:  django-application
Django-Verify-Email
A two-step verification for new accounts by verifying email.
Stars: ✭ 51 (-54.46%)
Mutual labels:  django-application
django-simple-forum
full featured forum, easy to integrate and use.
Stars: ✭ 65 (-41.96%)
Mutual labels:  django-application
Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (-32.14%)
Mutual labels:  django-application
drf-addons
Some customised Django classes and functions that one can use in DJango. Collected from internet!
Stars: ✭ 20 (-82.14%)
Mutual labels:  django-application
django-vditor
A WYSIWYG editor plugin made by vditor for django
Stars: ✭ 14 (-87.5%)
Mutual labels:  django-application
django-proxypay
Django Proxypay is a Django Framework application/library that facilitates the integration of your Django project with the Proxypay API.
Stars: ✭ 14 (-87.5%)
Mutual labels:  django-application
vimana-framework
Vimana is an experimental security framework that aims to provide resources for auditing Python web applications.
Stars: ✭ 47 (-58.04%)
Mutual labels:  django-application
django-survey
A django survey app that can export results as CSV or PDF using your native language.
Stars: ✭ 178 (+58.93%)
Mutual labels:  django-application
Briefly
source based news in short : Winner @MumbaiHackathon 2018
Stars: ✭ 35 (-68.75%)
Mutual labels:  django-application
xlsx over web
Django开发的excel表格展示系统,将本地xlsx文件导入到数据库,显示到JS页面 online excel manage with django
Stars: ✭ 27 (-75.89%)
Mutual labels:  django-application
mubapp
MUB is a multi-user blog web app using the Python-Django infrastructure.
Stars: ✭ 24 (-78.57%)
Mutual labels:  django-application
PyShop
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
Stars: ✭ 17 (-84.82%)
Mutual labels:  django-application
django-letsagree
A Django application that associates Groups with Terms requiring consent from logged in members.
Stars: ✭ 12 (-89.29%)
Mutual labels:  django-application

Google Forms CLONE

Demo application and feedback here

Google Forms clone demo

More screenshots

Google Forms clone demo Google Forms clone demo

For the best experience, please use a device with a width of at least 350px
  • Note that this Google Forms CLONE don't support image uploading due to Heroku policy
## Built using: - Python with Django framework and Jinja templating language - Vanilla Javascript

Getting started:

  • Clone this repository or fork it
    • To clone this repository type git clone https://github.com/kimlimjustin/google-form-clone.git on your command line
    • To fork this repository, click fork button of this repository then type git clone https://github.com/<your username>/google-form-clone.git
  • Install all the dependencies of this project by typing pip install -r requirements.txt
  • Migrate the database by typing python manage.py migrate on the command line
  • Run the project locally by typing python manage.py runserver on the command line
    • NB: to run it on your local network, type python manage.py runserver 0.0.0.0:8000
  • You project will be accessible in your localhost or local network.

Deployment

For deployment, open form/settings.py file and uncomment code from line 131 to 159.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Love my work?

Buy Me a Coffee at ko-fi.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].