Coder Social home page Coder Social logo

stevenjlance / birthstone-lab-python-flask-mvc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from upperlinecode/birthstone-lab-python-flask-mvc

0.0 0.0 0.0 139 KB

Lab to teach MVC principles in Flask

Shell 0.87% Python 6.71% CSS 54.50% HTML 37.92%

birthstone-lab-python-flask-mvc's Introduction

Flask Birthstone Lab

The goal of this lab is to create a web application that takes in a user's birth month, and outputs their birthstone. For example, someone born in December should be told that their birthstone is Turquoise or Topaz (depending on which chart you use).

Some of the styling has been done for you, but the rest of the application needs to be created in model.py, routes.py, index.html, and results.html.

Don't forget to preview and test your application as you work!

Bonus Challenges

1. Style the results page so it matches the index.

2. Make the results page output a picture and a description of the gemstone in addition to the name of the birthstone.

3. Create an "About" page with similar styling and link it to the index.

4. Make your own web application (remember, it must take input and output manipulated data).

Quick Setup:

Code to make sure your application hot-reloads on file saves:

export FLASK_DEBUG=1

If you get character set errors, use these two additional lines:

export LC_ALL=en_US.utf-8
export LANG=en_US.utf-8

Code to run flask:

flask run

birthstone-lab-python-flask-mvc's People

Contributors

jolson615 avatar upperline 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.