jasminextan / twitter-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSCI 040 Project 5: Twitter Clone

Learning Objectives

Description: You will create a twitter cline using the Flask web framework.

  1. create large Python programs that span multiple files
  2. develop a CRUD (Create Read Update Delete) web app
  3. understand how social media websites work under the hood
  4. integrate the Python, HTML, CSS, Jinja2, and SQL programming languages

My Deserved Score

My final grade should be a resounding (55/40)

  1. 5 // Home page
  2. 5 // Login page
  3. 5 // Logout page
  4. 5 // Create new user page
  5. 5 // Create new message page
  6. 3 // Nicely themed with HTML/CSS
  7. 3 // Urls converted
  8. 3 // Deleting user accounts
  9. 3 // Change password
  10. 3 // Unique images for users
  11. 6 // Search messsages page
  12. 9 // Markdown formatting enabled

Total: 55

About


Languages

Language:Python 81.5%Language:HTML 14.9%Language:CSS 3.6%