Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 505 Bytes

BeerMe

Just made up stuff about made up beers.

Objectives

[ ] 📝 Diagram the Full Stack

[ ] 🔎 Differentiate between Client and Server

[ ] ⌨️ Get user input on the Client

[ ] ➡️ Send user input from the client with fetch to the server

[ ] 🗃 Store data in a database

[ ] 🔍 Retrieve data from a database on the Server

[ ] ⬅️ Retrieve data from a server on the client using Fetch

[ ] 🙈 Hide/Show elements on the client

[ ] ✨ Add elements to the page on the client