Skip to content

khanfarhan10/google-form-clone

 
 

Repository files navigation

Google Forms CLONE

Demo application and feedback here

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.

License

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

Contact

About

Clone of Google forms built using Django and Javascript

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 31.4%
  • Python 30.9%
  • JavaScript 27.8%
  • CSS 9.9%