An open API service indexing awesome lists of open source software.

https://github.com/pythonista7/ideaboard-gsheets

Using nextjs , gsheets to build a simple idea board.
https://github.com/pythonista7/ideaboard-gsheets

Last synced: 10 months ago
JSON representation

Using nextjs , gsheets to build a simple idea board.

Awesome Lists containing this project

README

          

# Ideas Board using Nextjs and Google-Sheets API

## Built using the project from @geobro

Check out the original project [here](https://github.com/GeoBrodas/nextjs-form-using-google-sheets-api).

-
- geobro2310@gmail.com

---

## Tech Stack

- NextJS
- Chakra-UI
- React-Hook-Form
- googleapis

---

## Run Locally

Clone this project

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
yarn
```

Set envs

create a .env with the required envs as shown in `.env.local` with the values.

Start the server

```bash
yarn dev
```

Go to on your browser to access the page