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.
- Host: GitHub
- URL: https://github.com/pythonista7/ideaboard-gsheets
- Owner: Pythonista7
- Created: 2022-11-22T06:19:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T15:44:16.000Z (about 3 years ago)
- Last Synced: 2025-02-07T11:52:18.121Z (12 months ago)
- Language: JavaScript
- Homepage: idea-board-gsheets.vercel.app
- Size: 170 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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