Create an app that allows the user to make entries to a brag file that is saved in an Airtable base. Next.js will be used for the frontend.
- Airtable account (free level okay)
- Node.js >= 12.22.0 installed
- text editor
- terminal app
- Create the Airtable base with the fields you will be tracking in the brag file
Format Field Name: Field Type
- ID (primary field): Autonumber
- Name: Single select
- Description: Long text
- Attachments: Attachment
- Supporting Link: URL
- Created: Created time
- Last Modified: Last modified time
- Get the starter repo