Flappy App

  1. Clone this repository into your projects directory
  2. Create an index.html file in the public/ directory
  3. Create a css/ directory in the public/ directory
  4. Create a styles.css file in the public/css directory
  5. Open the .png layouts in the mockups directory for reference
  6. Whiteboard your plan for writing an html document that will match the mockup
  7. Write the index.html document to match your whiteboard mockup
  8. Style your html document to match the mockups using your public/css/styles.css

Remember to start your http server inside the public/ directory.

$ http-server