morethanmin / Fooorm

google form clone application using django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fooorm

google forms와 유사한 설문지 유형의 서비스

Django를 공부하기 위해 만들었고, frontend는 별도의 상태관리 프레임워크를 사용하진 않았습니다.

Live demo

you can make survey here

you can answer example survey here

test user : (id: mini4614, pw: asd123)

Preview

chrome-capture

Features

  • 설문지 생성
  • 질문 생성 (택스트, 객관식, 체크박스)
  • 설문지 공유
  • 응답 결과 확인 (요약, 질문, 개별보기)
  • 응답 결과 .csv형식 다운로드

개발할 기능

  • 설문지 검색

Tech and libraries

  • django 3.2.6
  • jquery
  • sqlite 3.36.0
  • toastr
  • jquery.cookie
  • chart.js

Getting started

  • use git clone.
$ git clone https://github.com/morethanmin/Fooorm.git
$ cd Fooorm
$ python3 manage.py runserver (or python manage.py runserver)

Note

This project is ongoing.

License

This project is licensed under the MIT License - see the LICENSE.md for details

About

google form clone application using django


Languages

Language:Python 47.7%Language:HTML 31.6%Language:CSS 10.4%Language:JavaScript 10.3%