npm run build
: Runs application build for client side.npm run webpack:server
: Developement Server? !! What does this command do?npm run start:dev
: Starts the developement server.
- 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
- 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
-
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
-
JavaScript
-
Express
-
React
-
Pixi.js
-
React-Pixi
-
Webpack