- 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
/search
endpoint. Send template - Parse the url params in the
/search
endpoint - 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.