danisyellis / Poetion

Our hackathon project to make beautiful visualizations of poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poet-ion: (PO-SHUN)

Our Turkey-Week-Hackathon project to make beautiful visualizations of poetry!

Instructions:

  1. npm run build: Runs application build for client side.
  2. npm run webpack:server: Developement Server? !! What does this command do?
  3. npm run start:dev: Starts the developement server.

MVP Specs:

  • user can navigate to homepage
  • user can submit a poem through a form component
  • user can see the poem rendered after submission
  • user can clear out current poem and submit new poem
  • poem is presented as simple animation in main view

Stretch Specs:

  • certain words in poem are animated- like colors become the color and water words move like ocean waves
  • working with a poetry API to grab poems (maybe start with women poets or quotes from awesome women)
  • store poems and users (and make that accessible to user)
  • turn poems into downloadable/linked gifs
  • AR functionality

Rubric

  • MVP delivers on specs and works: 100 pts

  • Specs were ambitious: 25pts

  • App creativity: 25pts

  • Documentation: 10pts

  • Code: 60pts

    • Format: 15pts
    • Readability: 30pts
    • File structure: 15pts

    Technologies Used:

  • JavaScript

  • Express

  • React

  • Pixi.js

  • React-Pixi

  • Webpack

Wireframes

Home Page:

alt-text

Utility Bar:

alt-text

About

Our hackathon project to make beautiful visualizations of poetry

License:MIT License


Languages

Language:JavaScript 76.1%Language:CSS 23.9%