• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    TypeScript
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Next.JS Project using ESLint and Prettier to format code like Google's style guidelines.

Next.JS Style Guide: Google Edition

This project is a guide for creating new Next.JS projects using Google's TypeScript Style guidelines.


Technologies we are using:

Auto-formatting on save:

Inside /.vscode/settings.json we set prettier as the default formatter, and also set editor.codeActionsOnSave to run:

  • Lint: "source.fixAll.eslint"
  • Format: "source.fixAll.format"

Checking standards pre-commit:

Using husky we can check all of our style standards to make sure our git commits are up to par. Check those checks out at .husky/pre-commit

More Repositories

1

reddit-clone

TypeScript
82
star
2

pineapple

Pineapple is a demonstration repository for using Firebase with Next JS and the react-firebase-hooks library.
TypeScript
63
star
3

evmkit

The best way to build full-stack, type-safe web3 apps.
TypeScript
53
star
4

next-firebase-stripe

TypeScript
31
star
5

trello-clone

A fully functional Trello Clone using Next.JS with AWS Amplify, as well as TypeScript and Material UI.
TypeScript
28
star
6

lens-course

Source code for the "Lens Protocol - The ULTIMATE Guide" video.
TypeScript
23
star
7

web3-onboarding

CSS
18
star
8

amplify-live-chat

A live chat web app with AWS Amplify and Next JS
JavaScript
17
star
9

nextjs-testing

TypeScript
15
star
10

chainblog

The decentralized blogging platform built on Lens Protocol 🌿
TypeScript
12
star
11

zkevm-cashapp

Easily send your Lens friends ETH via Polygon zkEVM
TypeScript
11
star
12

backme

A Patreon-style application built on Lens Protocol
TypeScript
10
star
13

wallets

A demonstration of the various options available for connecting to, or creating user wallets.
TypeScript
10
star
14

polygon-id

A demo application using Polygon ID to submit ZK proofs of the user's age.
TypeScript
7
star
15

accountability

TypeScript
5
star
16

eip-4337-react-app

An application that generates smart contract wallets and allows users to initiate transactions from them
TypeScript
4
star
17

portfolio-old-2

Simple portfolio showcasing my social media URLs and pulls in some of the latest blog posts and youtube videos i have made using SSG + ISR.
TypeScript
4
star
18

portfolio-old

Creating a minimalistic portfolio for myself at where I can show my latest work including YouTube videos, blog posts, and GitHub projects. https://jarrodwatts.com
TypeScript
4
star
19

spotify

My first Typescript project using Next JS. A Spotify dashboard that lists the users top artists and songs for different time periods. Also has function to "Expand" a playlist specified by the user.
TypeScript
4
star
20

squidgame

I Made Squid Game, Except Its Coding Interview Questions!
TypeScript
3
star
21

web3-karting-unity-game

JavaScript
2
star
22

unity-web3-game

JavaScript
1
star
23

nft-drop-with-smart-wallet

NFT Drop application utilizing local wallet and smart wallets powered by EIP-4337
TypeScript
1
star
24

Amplify-CLI-App

TypeScript
1
star
25

chainidle

TypeScript
1
star
26

supabase-nextjs

1
star
27

thirdweb-nft-marketplace

TypeScript
1
star
28

nextjs-commerce-template

TypeScript
1
star
29

aybow-fitness

A TWA Built using Next JS and AWS Amplify. Available on the Google Play Store, or at https://aybow.com
TypeScript
1
star
30

polygon-cdk-demo

Build a full-stack application on a custom chain powered by Polygon CDK
TypeScript
1
star