- Install node and npm
- hello world an express project
- Add a templating engine
- Add a route to '/'
- Add a search form
- Have the form add url params
/search?term=blah - Add the
/searchendpoint. Send template - Parse the url params in the
/searchendpoint - Curl the tenor API
- Send in the term into the tenor API search
- Render response in template
- Make it pretty - add css file. Define header, footer, container, and grid.