Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.47 KB

This is a Next.js project that fetches and displays data from Airtable.

Getting Started

First, install the necessary packages:

npm install
# or
yarn add

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Tools/Technologies Used

  • React (Next.js)
  • Redux
  • Typescript
  • Airtable API

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

To learn more about Redux, you can check out this introductory video on Redux by Mosh Hamedani. It is well detailed and discusses the underlying principles of the library that many tutorials fail to highlight.

To learn more about Typescript, take a look at the official documentation.

To get started with Airtable, check out these videos which cover the fundamentals of the tool and using the Airtable API respectively: