Coder Social home page Coder Social logo

fizz-buzz-fun's Introduction

FizzBuzz Fun!

This is an application that allows you to see an implementation of FizzBuzz. This isn't much for the actual algorithmic implementation, but for some interesting and/or useful tools that are required to build a simple application.

The purpose is to be an open source Flask and Python project that anyone can contribute to to show the beauty of building software. The first implementation of this is uses Python to solve the FizzBuzz problem, not only for the word "Fizz" and associated divisor 3, and "Buzz" and 5, but for any combination of word and divisor, like "Humpty" and 2 and "Dumpty" and 7. Neat!

This application is currently accessible at fizzbuzzfun.duckdns.org.

Implemententation

  • Flask
  • Python
  • Apache2

Running

  • Running on your local machine:

     git clone https://github.com/smkyle/fizz_buzz_fun.git
     cd fizz_buzz_fun
     python3 -m venv venv
     source venv/bin/activate
     pip install -r requirements.txt
     export FLASK_APP=FizzBuzz
     flask run
    
  • The application will be viewable in your browser at localhost:5000. You can run export FLASK_DEBUG=1 if you want to debug the application.

  • You can configure the application to run on an Apache server. We recommend reading the documentation on how to do this here.

Contribute!

Contribute to this repository by submitting a PR!

fizz-buzz-fun's People

Contributors

smkyle90 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.