Ada-Lungu/PodioProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Running Instructions:
1. Make sure you have a Python interpreter installed.
2. Execute
pip install Flask
(Flask is a web framework for Python)
3. Execute
git clone https://github.com/Ada-Lungu/PodioProject.git
4. In the cloned directory, execute
python sign-up.py
5. Now you are ready to see the web page. Refresh multiple times to see the different headlines.
6. If you want to see the special analytics page that measures the efficiency
of the A/B test and the sign-up forms, look at the /statistics page.
Thank you!