Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 766 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 766 Bytes

Random Gif Generator 😎

This is a project I'm using to help me understand node, express, and api's a little better. It's a pretty simple project, with the goal to have a user generate a random gif, based on a tag they enter.

TODO

  • Create routes for index and gif endpoint
  • Set up request to api for a random gif
  • Create index template
  • Add form to request tag from user
  • Style the index template
  • Add client side JS to display the random gif

Author

👨🏽‍💻 DaJuan Harris

Future Ideas

  • Swap out handlebars for react
  • Spend some time coming up with a quality design
  • Make it responsive